We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abc10a5 + 345996b commit 716c57fCopy full SHA for 716c57f
1 file changed
node.js
@@ -87,11 +87,11 @@ function formatArgs() {
87
}
88
89
/**
90
- * Invokes `console.log()` with the specified arguments.
+ * Invokes `console.error()` with the specified arguments.
91
*/
92
93
function log() {
94
- return console.log.apply(console, arguments);
+ return console.error.apply(console, arguments);
95
96
97
0 commit comments