Skip to content

Commit

Permalink
Revert "Change default verbosity (#47)"
Browse files Browse the repository at this point in the history
This reverts commit f0aa643.
  • Loading branch information
zemse committed May 19, 2023
1 parent 1f38f9b commit f4f433b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const DEPTH_INDENTATION = " ";
export const SEPARATOR = ": ";
export const DEFAULT_VERBOSITY = 3;
export const DEFAULT_VERBOSITY = 0;

0 comments on commit f4f433b

Please sign in to comment.