Skip to content

Commit 7461a11

Browse files
save file
1 parent 3bc167e commit 7461a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
window.addEventListener('message',({data})=>{
290290
console.log('message',data);
291291
var {js} = data;
292+
292293
window.eval(js);
293294
294295
});

0 commit comments

Comments
 (0)