feat: open child process for each mock machine
This commit is contained in:
parent
20727a60cd
commit
86e437a23a
3 changed files with 70 additions and 55 deletions
|
|
@ -13,7 +13,7 @@ async function execCommand (cmd) {
|
|||
} else {
|
||||
console.log(stdout)
|
||||
console.error(stderr)
|
||||
// resolve({ stdout, stderr })
|
||||
resolve({ stdout, stderr })
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue