Skip to content

Commit 9637b38

Browse files
save file
1 parent 1344c01 commit 9637b38

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504

505505

506506
menu_callback['save-snapshot'] = async function(){
507-
507+
console.log('save-snapshot');
508508
if(cwd===null){
509509
term.writeln.red('can only save snapshot relative to workdir');
510510
return;
@@ -541,7 +541,7 @@
541541

542542

543543
menu_callback['load-snapshot'] = async function(){
544-
544+
console.log('load-snapshot');
545545
if(cwd===null){
546546
term.writeln.red('can only load snapshot relative to workdir');
547547
return;
@@ -957,6 +957,11 @@
957957
}//prompt
958958

959959

960+
961+
962+
963+
964+
960965
</script>
961966

962967
</html>

0 commit comments

Comments
 (0)