Skip to content

Commit e6163e8

Browse files
committed
Fix lint
1 parent d84cb02 commit e6163e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/debug.ts

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export interface LoggingHost {
107107
let currentAssertionLevel = AssertionLevel.None;
108108

109109
/** @internal */
110+
// eslint-disable-next-line prefer-const
110111
export let currentLogLevel = LogLevel.Warning;
111112

112113
/** @internal */

0 commit comments

Comments
 (0)