Browse Source

lint

master
Guillermo Rauch 9 years ago
parent
commit
75aad74a6f
  1. 2
      bin/now-alias

2
bin/now-alias

@ -60,7 +60,7 @@ const apiUrl = argv.url || 'https://api.zeit.co';
const exit = (code) => {
// 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
// https://github.com/nodejs/node/issues/6456
setTimeout(() => process.exit(code || 0), 100);

Loading…
Cancel
Save