Skip to content

Commit 76b6a13

Browse files
authored
Update logLevel option typing (#295)
to match GoogleChrome/lighthouse#14964
1 parent 6004448 commit 76b6a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome-launcher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface Options {
3535
handleSIGINT?: boolean;
3636
chromePath?: string;
3737
userDataDir?: string|boolean;
38-
logLevel?: 'verbose'|'info'|'error'|'silent';
38+
logLevel?: 'verbose'|'info'|'error'|'warn'|'silent';
3939
ignoreDefaultFlags?: boolean;
4040
connectionPollInterval?: number;
4141
maxConnectionRetries?: number;

0 commit comments

Comments
 (0)