Browse Source

Remove unnecessary statement

master
Leo Lamprecht 8 years ago
parent
commit
881f382a43
No known key found for this signature in database GPG Key ID: EF804E3FF4BBA8AB
  1. 2
      bin/now-deploy.js

2
bin/now-deploy.js

@ -128,8 +128,6 @@ if (path) {
path = process.cwd()
}
console.log(path)
const exit = code => {
// we give stdout some time to flush out
// because there's a node bug where

Loading…
Cancel
Save