fix: output
This commit is contained in:
parent
883be57d6f
commit
55421e73a4
|
@ -75,7 +75,7 @@ export default async (flecks, key, config) => {
|
|||
);
|
||||
const child = spawn('docker', args, {
|
||||
detached: true,
|
||||
// stdio: 'ignore',
|
||||
stdio: 'ignore',
|
||||
});
|
||||
await new Promise((r, e) => {
|
||||
child.on('error', e);
|
||||
|
|
Loading…
Reference in New Issue
Block a user