mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Attempt to fix broken pipe error
This commit is contained in:
parent
96ee378d33
commit
2d45b055f5
@ -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})
|
Loading…
Reference in New Issue
Block a user