Skip to content

Commit

Permalink
perf: update error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
FADHILI-Josue committed May 11, 2024
1 parent 47f2d18 commit ca21d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ program
process.exit(0);
} catch (error) {
consola.error(
error,
`Error when getting password : ${error}`,
);
process.exit(0);
Expand Down

0 comments on commit ca21d79

Please sign in to comment.