Skip to content

Commit 132358e

Browse files
save file
1 parent 5e682c4 commit 132358e

File tree

1 file changed

+1
-0
lines changed
  • blog/25-08-17/nodejs-in-webpage/ex

1 file changed

+1
-0
lines changed

blog/25-08-17/nodejs-in-webpage/ex/ex1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
console.clear();
77
console.log('nodejs-in-webpage');
88
console.log();
9+
(typeof terminal=='undefined') && (terminal={write:console.log.bind(console)});
910
var nodejs = `
1011
1112
import fs from 'fs';

0 commit comments

Comments
 (0)