mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
Fix broken pipe error
This commit is contained in:
parent
d2309aef06
commit
238c96dfd1
@ -1 +1 @@
|
||||
require('node:child_process').exec('yarn node dist/index.js', {windowsHide:true}, (error,stdout)=>{console.log(stdout); console.error(error)})
|
||||
require('node:child_process').spawn('yarn node dist/index.js', {stdio: 'inherit', windowsHide: true, shell: true})
|
Loading…
Reference in New Issue
Block a user