Skip to content

Commit

Permalink
update comment again
Browse files Browse the repository at this point in the history
  • Loading branch information
HBobertz committed Dec 8, 2024
1 parent 1dce3bf commit f16aa2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const VERSION = JSON.parse(
export type LogLevel = 'verbose' | 'info' | 'error';
let logThreshold: LogLevel = 'info';

// Global progress listener that will eventually be set
// Global default progress listener that will be set if using the cli
// If using the library, you should set your own listener
let globalProgressListener: IPublishProgressListener | undefined;

export const LOG_LEVELS: Record<LogLevel, number> = {
Expand Down

0 comments on commit f16aa2f

Please sign in to comment.