Skip to content

Commit

Permalink
Use correct encoding type
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed May 23, 2024
1 parent 97e0939 commit 07b86e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git-process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface IGitExecutionOptions {
* The encoding to use when writing to stdin, if the stdin
* parameter is a string.
*/
readonly stdinEncoding?: string
readonly stdinEncoding?: BufferEncoding

/**
* The size the output buffer to allocate to the spawned process. Set this
Expand Down

0 comments on commit 07b86e0

Please sign in to comment.