1 parent 076a951 commit 7c8b59fCopy full SHA for 7c8b59f
1 file changed
utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html
@@ -309,6 +309,11 @@
309
310
311
complete.save = function(file,confirm){
312
+
313
+ if(confirm){
314
+ log.green(file.name+' saved');
315
+ }
316
317
}//save
318
319
0 commit comments