We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1344c01 commit 9637b38Copy full SHA for 9637b38
1 file changed
utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html
@@ -504,7 +504,7 @@
504
505
506
menu_callback['save-snapshot'] = async function(){
507
-
+ console.log('save-snapshot');
508
if(cwd===null){
509
term.writeln.red('can only save snapshot relative to workdir');
510
return;
@@ -541,7 +541,7 @@
541
542
543
menu_callback['load-snapshot'] = async function(){
544
+ console.log('load-snapshot');
545
546
term.writeln.red('can only load snapshot relative to workdir');
547
@@ -957,6 +957,11 @@
957
}//prompt
958
959
960
+
961
962
963
964
965
</script>
966
967
</html>
0 commit comments