We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba6a57 commit bc4e8d8Copy full SHA for bc4e8d8
src/runner.mjs
@@ -69,6 +69,7 @@ export function evaluate(code) {
69
.then((state) => {
70
state.set('code', code);
71
worker.postMessage({ type: 'evaluate', value: { code, state } });
72
+ return updateState();
73
});
74
}
75
0 commit comments