Skip to content

Commit

Permalink
Fix: Console removed
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyagustine committed Sep 22, 2023
1 parent 4381080 commit 954dd42
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ export default class Audit extends BaseCommand<typeof Audit> {

this.log(this.$t(auditMsg.FINAL_REPORT_PATH, { path: this.sharedConfig.reportPath }), 'warn');
} catch (error) {
console.trace(error);
console.log(error);
this.log(error instanceof Error ? error.message : error, 'error');
ux.action.stop('Process failed.!');
this.exit(1);
Expand Down

0 comments on commit 954dd42

Please sign in to comment.