From dab9978ba6e9e52942d70c442bf3d5cabec3dbab Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Fri, 10 Feb 2017 21:26:59 +0100 Subject: [PATCH] No need to exit here --- bin/now-remove.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/now-remove.js b/bin/now-remove.js index 0912b9f..3522682 100755 --- a/bin/now-remove.js +++ b/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)