Skip to content

Commit 66fd9f7

Browse files
authored
fix: do not include timeout by default (#30)
1 parent 9bbc2b4 commit 66fd9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface TinyExec {
4747
}
4848

4949
const defaultOptions: Partial<Options> = {
50-
timeout: 4000,
50+
timeout: undefined,
5151
persist: false
5252
};
5353

0 commit comments

Comments
 (0)