Skip to content

Commit 6bbf66c

Browse files
save file
1 parent e8b5c48 commit 6bbf66c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

utils/misc/nodejs-terminal/html/webcontainer-terminal/webcontainer-terminal.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949

5050

5151
var term;
52+
obj.term = null;
5253
var fitaddon;
5354

5455
var shell;
@@ -58,6 +59,7 @@
5859

5960

6061
var terminal;
62+
obj.terminal = null;
6163

6264

6365
var user_dir;
@@ -80,7 +82,7 @@
8082
rendererType : 'dom',
8183

8284
});
83-
85+
obj.term = term;
8486

8587
term.buffer = [];
8688
term.pause = false;

0 commit comments

Comments
 (0)