|
@ -60,7 +60,7 @@ const apiUrl = argv.url || 'https://api.zeit.co'; |
|
|
|
|
|
|
|
|
const exit = (code) => { |
|
|
const exit = (code) => { |
|
|
// we give stdout some time to flush out |
|
|
// we give stdout some time to flush out |
|
|
// because there's a node bug where |
|
|
// because there's a node bug where |
|
|
// stdout writes are asynchronous |
|
|
// stdout writes are asynchronous |
|
|
// https://github.com/nodejs/node/issues/6456 |
|
|
// https://github.com/nodejs/node/issues/6456 |
|
|
setTimeout(() => process.exit(code || 0), 100); |
|
|
setTimeout(() => process.exit(code || 0), 100); |
|
|