Skip to content

Commit 5a7584a

Browse files
committed
fix(test): resolve validation failure.
1 parent a93dcee commit 5a7584a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typegate/src/runtimes/wasm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class WasmRuntime extends Runtime {
6262
return [stage.withResolver(() => ({}))];
6363
}
6464

65-
const _sameRuntime = Runtime.collectRelativeStages(stage, _waitlist);
65+
// const _sameRuntime = Runtime.collectRelativeStages(stage, _waitlist);
6666

6767
return [
6868
stage.withResolver(({ _: { parent } }) => {

0 commit comments

Comments
 (0)