Skip to content

Commit

Permalink
#357 deps: upgrade dependencies and Typescript versions (#381)
Browse files Browse the repository at this point in the history
* #357 deps: upgrade dependencies and Typescript versions

* fix: npm-run-all add back apostrophe to work with wsl/mac
  • Loading branch information
kristersd committed Jun 12, 2024
1 parent 0d76e64 commit 66b4229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/retry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ console.log(retryCount, {
retryCount,
});
```
as the first line of the `attempt` function produced:
as the first line of the `attempt` function produced:
```
> 5 { backoff: 20, retryCount: 5 }
> 4 { backoff: 40, retryCount: 4 }
Expand Down

0 comments on commit 66b4229

Please sign in to comment.