1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00

Fix broken pipe error

This commit is contained in:
AnxietyisReal 2023-08-06 21:23:25 +10:00
parent 4b250a85c3
commit 89b7a470dd

View File

@ -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})