Skip to content

Commit

Permalink
Merge pull request #64 from GabrielCastro/master
Browse files Browse the repository at this point in the history
make cli re-throw errors
  • Loading branch information
dherman authored Aug 30, 2017
2 parents a7f973b + cf92608 commit 12e3718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neon-cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ export default class CLI {
console.error(style.error(e.message));
console.error();
console.error(e.stack);
throw e;
}
}
}

0 comments on commit 12e3718

Please sign in to comment.