Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jan 17, 2023
1 parent d84cb02 commit e6163e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export interface LoggingHost {
let currentAssertionLevel = AssertionLevel.None;

/** @internal */
// eslint-disable-next-line prefer-const
export let currentLogLevel = LogLevel.Warning;

/** @internal */
Expand Down

0 comments on commit e6163e8

Please sign in to comment.