Skip to content

Commit

Permalink
fix: correct type on gecko driver params to be logNoTruncate instead …
Browse files Browse the repository at this point in the history
…of logNoTruncated
  • Loading branch information
AtofStryker committed Oct 9, 2024
1 parent 78502e3 commit 595c290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface GeckodriverParameters {
/**
* write server log to file instead of stderr, increases log level to INFO
*/
logNoTruncated?: boolean
logNoTruncate?: boolean
/**
* Host to use to connect to Gecko
* @default 127.0.0.1
Expand Down

0 comments on commit 595c290

Please sign in to comment.