-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
Often, I find myself needing to console.log
a string without a new line and I use process.stdout.write
for that, but it would be cool if we can just use the global console object for that with all the extra features it supports (like printf, multiple args, etc..), and to make it so that when we have a custom console object, we'll get an output-without-a-new-line
method on that as well.
Maybe console.write()
? I think that matches the feature on other platforms.
Happy to implement if you think this is a good idea.
Metadata
Metadata
Assignees
Labels
consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.