We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very minor point but in Windows os.EOL returns '\r\n' but node writes \n so the last 2 tests fail..
os.EOL
\n
// console.js#38 Console.prototype.log = function() { this._stdout.write(util.format.apply(null, arguments) + '\n'); };
I would offer a pr but I can't test on UNIX...
The text was updated successfully, but these errors were encountered:
Thanks, will look into this once I have a windows machine in front of me.
Sorry, something went wrong.
No branches or pull requests
Very minor point but in Windows
os.EOL
returns '\r\n' but node writes\n
so the last 2 tests fail..I would offer a pr but I can't test on UNIX...
The text was updated successfully, but these errors were encountered: