Skip to content

Commit

Permalink
fix: do not include timeout by default (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Aug 16, 2024
1 parent 9bbc2b4 commit 66fd9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface TinyExec {
}

const defaultOptions: Partial<Options> = {
timeout: 4000,
timeout: undefined,
persist: false
};

Expand Down

0 comments on commit 66fd9f7

Please sign in to comment.