Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Ensure it exists with an error if it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
carlnordenfelt committed Dec 5, 2018
1 parent 32aa7ab commit 8d7ae35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "aws-cloudformation-simple-cli",
"author": "carl@bynordenfelt.se",
"description": "A simple command line tool for managing CloudFormation stacks",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"preferGlobal": true,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -23,4 +23,5 @@ commands(providedOptions)
})
.catch(error => {
log.error('Error during execution', error);
process.exit(1);
});

0 comments on commit 8d7ae35

Please sign in to comment.