崇高なテキスト:ビルドコマンドのパスを出力しない
Sublime Text 3には、JavaScriptファイル用の次のビルドスクリプトがあります。 { "shell_cmd": "node --harmony --use-strict --harmony_generators $file" } 問題は、ノードがエラーを返すと、何らかの理由でSublimeがパスを吐き出し、それが行ラップせず、出力を汚染することです。 C:\Users\JFD\Desktop\playground.js:2 console.log(b); // ReferenceError: a is not defined ^ ReferenceError: b is not defined at Object.<anonymous> (C:\Users\JFD\Desktop\playground.js:2:13) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:349:32) at Function.Module._load (module.js:305:12) at Function.Module.runMain (module.js:490:10) at startup (node.js:119:16) at node.js:827:3 [Finished …