Browse Source

No need to exit here

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

2
bin/now-remove.js

@ -145,8 +145,6 @@ async function remove(token) {
})
})
process.exit(0)
if (matches.length === 0) {
error(`Could not find any deployments matching ${ids.map(id => chalk.bold(`"${id}"`)).join(', ')}. Run ${chalk.dim(`\`now ls\``)} to list.`)
return process.exit(1)

Loading…
Cancel
Save