Skip to content

Commit 57b9d16

Browse files
save file
1 parent f8f5359 commit 57b9d16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utils/misc/nodejs-terminal/html/snippet-nodejs/v1.0/snippet-nodejs-v1.0.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323

2424
var df=true,did='webcontainer-terminal';
2525

26-
var vm
26+
var $,vm
2727
;
2828

2929
obj.initmod = function(params){
3030

31+
$ = mod.rd(params,'$',$);
3132
vm = mod.rd(params,'vm',vm);
3233
debug = mod.rd(params,'debug',debug);
3334

0 commit comments

Comments
 (0)