Matheus Fernandes
8 years ago
No known key found for this signature in database
GPG Key ID: DD07CA4EA7B65C4F
1 changed files with
1 additions and
1 deletions
-
bin/now-deploy.js
|
|
@ -626,7 +626,7 @@ async function sync(token) { |
|
|
|
|
|
|
|
if (!proceed) { |
|
|
|
const stopSpinner = wait('Canceling deployment'); |
|
|
|
now.remove(now.id, { hard: true }); |
|
|
|
await now.remove(now.id, { hard: true }); |
|
|
|
stopSpinner(); |
|
|
|
info('Deployment aborted. No files were synced.'); |
|
|
|
info(`You can upgrade by running ${cmd('now upgrade')}.`); |
|
|
|