Skip to content

Commit 3bc167e

Browse files
save file
1 parent 0fb91b9 commit 3bc167e

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
@@ -287,7 +287,7 @@
287287
<script>
288288
289289
window.addEventListener('message',({data})=>{
290-
290+
console.log('message',data);
291291
var {js} = data;
292292
window.eval(js);
293293

0 commit comments

Comments
 (0)