Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
0 additions and
2 deletions
-
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) |
|
|
|