Skip to content

Commit eaca7f2

Browse files
bendtherulesJack-Works
authored andcommitted
Fix console methods not working
1 parent 96c11fa commit eaca7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ addEventListener('message', ({ data }) => {
9696
});
9797
return Value.undefined;
9898
}, 1, Value(''), []);
99-
CreateDataProperty(console, Value(method), fn);
99+
skipDebugger(CreateDataProperty(console, Value(method), fn));
100100
});
101101
}
102102

0 commit comments

Comments
 (0)