Skip to content

Commit

Permalink
Update logLevel option typing (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
doteric committed Apr 17, 2023
1 parent 6004448 commit 76b6a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome-launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface Options {
handleSIGINT?: boolean;
chromePath?: string;
userDataDir?: string|boolean;
logLevel?: 'verbose'|'info'|'error'|'silent';
logLevel?: 'verbose'|'info'|'error'|'warn'|'silent';
ignoreDefaultFlags?: boolean;
connectionPollInterval?: number;
maxConnectionRetries?: number;
Expand Down

0 comments on commit 76b6a13

Please sign in to comment.