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 (#567)
  • Loading branch information
AtofStryker authored Oct 9, 2024
1 parent c67f71f commit 138fde4
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 @@ -44,7 +44,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 138fde4

Please sign in to comment.