Skip to content

Commit

Permalink
fixup! feat(core): implement exploreDirectory method
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 21, 2023
1 parent 0514567 commit 57affb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/wot-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class ThingDiscoveryProcess implements WoT.ThingDiscoveryProcess {
}

Check warning on line 43 in packages/core/src/wot-impl.ts

View check run for this annotation

Codecov / codecov/patch

packages/core/src/wot-impl.ts#L42-L43

Added lines #L42 - L43 were not covered by tests

async *[Symbol.asyncIterator](): AsyncIterator<WoT.ThingDescription> {

if (!(this.rawThingDescriptions instanceof Array)) {
this.error = new Error("Encountered an invalid output value.");
this.done = true;
Expand Down

0 comments on commit 57affb8

Please sign in to comment.