Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
bplok20010 committed Mar 15, 2020
1 parent e056ddf commit ce904b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ try {

```ts
interface Options {
// default: 0 not limited
timeout?: number;
rootContext?: {} | null;
globalContextInFunction?: any;
Expand Down Expand Up @@ -164,7 +165,7 @@ alias of `evaluate`

get the last execution time

**`setExecTimeout(): number`**
**`setExecTimeout(timeout: number = 0): void`**

set the timeout for each execution

Expand Down

0 comments on commit ce904b1

Please sign in to comment.