Skip to content

Commit

Permalink
error exit
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Dec 29, 2022
1 parent 3f8895a commit 22f7372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests-manager.js
Expand Up @@ -74,6 +74,7 @@ function runCommand(args, updateTs = true) {
}
} else {
log.bright.red("Error running tests!")
exit(1);
}
})
}
Expand Down

0 comments on commit 22f7372

Please sign in to comment.