1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Attempt to fix broken pipe error

This commit is contained in:
AnxietyisReal 2023-08-06 21:44:48 +10:00
parent 238c96dfd1
commit 15e8422cfe

View File

@ -1 +1 @@
require('node:child_process').spawn('yarn node dist/index.js', {stdio: 'inherit', windowsHide: true, shell: true})
require('node:child_process').spawn('yarn node dist/index.js', {stdio: [null,process.stdout,null,null], windowsHide: true, shell: true})