Skip to content

Commit eb7b38e

Browse files
save file
1 parent 8b3761c commit eb7b38e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
debugger;
195195
cur.view.tab.remove();
196196
cur.view.terminal.remove();
197-
mem.splice(cur.index,1,0);
197+
mem.splice(cur.index,1);
198198

199199
if(mem.length==0){
200200
cur.view = null;

0 commit comments

Comments
 (0)