We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cee69 commit bcec156Copy full SHA for bcec156
1 file changed
src/worker.js
@@ -20,7 +20,7 @@ const {
20
setSurroundingAgent,
21
inspect,
22
FEATURES,
23
-} = self.engine262;
+} = self['@engine262/engine262'];
24
25
postMessage({ type: 'initialize', value: { FEATURES } });
26
0 commit comments