From 7ced8b143b8939f1a288645285c6729b38dd4737 Mon Sep 17 00:00:00 2001 From: tigercosmos Date: Sun, 10 Mar 2024 18:57:32 +0900 Subject: [PATCH] use stderr for default logger output --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e6d6d7e..c08f9b9 100644 --- a/index.js +++ b/index.js @@ -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