From 2a297d97606c6360b4c64ab3b594b602e36e0984 Mon Sep 17 00:00:00 2001 From: Amano Date: Fri, 22 Mar 2024 15:04:09 +0800 Subject: [PATCH] fix ee-bin spawn without color --- electron/config/bin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/config/bin.js b/electron/config/bin.js index eac4fa7..62fd44c 100644 --- a/electron/config/bin.js +++ b/electron/config/bin.js @@ -20,7 +20,7 @@ module.exports = { electron: { directory: './', cmd: 'electron', - args: ['.', '--env=local'], + args: ['.', '--env=local', '--color=always'], } }, @@ -94,4 +94,4 @@ module.exports = { args: ['-v'], }, }, -}; \ No newline at end of file +};