Wednesday, 11 September 2013

No output in EShell

No output in EShell

test.js:
console.log('Hello world!');
process.exit(0);
I run in EShell (Emacs shell) in Emacs 24.2.1 on Windows XP:
node test.js
Output: nothing
Expected output: Hello world!
Is there a fix? (without changing test.js, of course, because that's just
a test case)

No comments:

Post a Comment