From 53b10c3cd98925c4f36a39982717d23df1b6cfe0 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:21:53 +1000 Subject: [PATCH] Update startWithYarn.cjs --- startWithYarn.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startWithYarn.cjs b/startWithYarn.cjs index b424b85..825410e 100644 --- a/startWithYarn.cjs +++ b/startWithYarn.cjs @@ -1 +1 @@ -require('node:child_process').spawn('yarn node dist/index.js', {stdio: [null,process.stdout,null,null], windowsHide: true, shell: true}) \ No newline at end of file +require('node:child_process').spawn('yarn node dist/index.js', {stdio: [null,process.stdout,process.stderr,null], windowsHide: true, shell: true})