Skip to content

Commit

Permalink
use stderr for default logger output
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Mar 10, 2024
1 parent e7be68b commit 7ced8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class Logger {

// helper function to output the the log to stream
_print(...args) {
this._customizedConsole.log(...args);
this._customizedConsole.error(...args);
}

// helper function to append the command buffer
Expand Down

0 comments on commit 7ced8b1

Please sign in to comment.