Skip to content

Commit accc795

Browse files
committed
fix type
1 parent e05356f commit accc795

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export type TBuildOpts = {
2828
logStartCycle?: (maxThreads: number | string, attemptsCount: number | string, inTimeCommands: string[]) => void;
2929
logEndCycle?: (retriable: string[], notRetriable: string[], startTime: number) => void;
3030
logIteractionCycle?: (cycleNumber: number, commands: string[]) => void;
31-
logMiddleResultsCycle?: (initialCount: number, commands: string[]) => void;
31+
logMiddleResultsCycle?: (initialCount: number, commands: string[], commandsInProgressArr: string[]) => void;
3232
logProcessResult?: (cmd: string, startTime: number, execProc, error, stdout, stderr) => void;
3333
onExitCloseProcess?: (execProc, code: null, signal: string | number) => void;
3434
onErrorProcess?: (execProc, error) => void;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "process-rerun",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/potapovDim/protractor-rerun.git"

0 commit comments

Comments
 (0)