Skip to content

Commit bf0cbc2

Browse files
save file
1 parent 3e4624e commit bf0cbc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@
924924
return;
925925
}
926926

927+
var term = tabs.cur.view.terminal.term;
927928
var cwd = tabs.cur.view.terminal.shell.cwd;
928929
var cwd_abs = tabs.cur.view.terminal.shell.cwd_abs;
929930
console.log(cwd_abs);
@@ -937,7 +938,6 @@
937938
return;
938939
}
939940

940-
var term = tabs.cur.view.terminal.term;
941941

942942
term.writeln('');
943943
term.write.green('saving zip ... ');
@@ -988,6 +988,7 @@
988988
return;
989989
}
990990

991+
var term = tabs.cur.view.terminal.term;
991992
var cwd = tabs.cur.view.terminal.shell.cwd;
992993
var cwd_abs = tabs.cur.view.terminal.shell.cwd_abs;
993994
console.log(cwd_abs);
@@ -996,7 +997,6 @@
996997
return;
997998
}
998999

999-
var term = tabs.cur.view.terminal.term;
10001000

10011001
term.writeln('');
10021002
term.write.green('loading zip ... ');

0 commit comments

Comments
 (0)