We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbc2b4 commit 66fd9f7Copy full SHA for 66fd9f7
src/main.ts
@@ -47,7 +47,7 @@ export interface TinyExec {
47
}
48
49
const defaultOptions: Partial<Options> = {
50
- timeout: 4000,
+ timeout: undefined,
51
persist: false
52
};
53
0 commit comments