Skip to content

Commit 826c38d

Browse files
save file
1 parent 7461a11 commit 826c38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
window.addEventListener('message',({data})=>{
290290
console.log('message',data);
291291
var {js} = data;
292-
292+
console.log(js);
293293
window.eval(js);
294294
295295
});

0 commit comments

Comments
 (0)