Skip to content

Commit

Permalink
Added status code in error
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirchan committed May 4, 2024
1 parent 9473241 commit 6ea6419
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export const cli = () => {
} catch (err) {
log.error('An error occured when running the test script.');
log.error(err);
statusCode = 1;
} finally {
// Delete serverless project
log.info(`${id} : Deleting project ${PROJECT_NAME}...`);
Expand Down

0 comments on commit 6ea6419

Please sign in to comment.