Skip to content

Commit 00b7440

Browse files
save file
1 parent 42d98c1 commit 00b7440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
console.json=v=>console.log(JSON.stringify(v,null,4));
5454
console.hex=v=>console.log(v,'Hex:',[...v].map(c=>c.charCodeAt(0).toString(16).padStart(2,'0')).join(' '));
5555
var version='v3.0';
56-
var df=true;
56+
var df=true,did='html';
5757

5858
/*
5959
var ext;

0 commit comments

Comments
 (0)