Skip to content

Commit 41c7bea

Browse files
committed
failedByAssert to rerun opts
1 parent 8629496 commit 41c7bea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/execProc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function buildExecRunner(failedByAssert, runOpts) {
111111
}
112112

113113
if(reformatCommand && commandToRerun) {
114-
commandToRerun = reformatCommand(commandToRerun, executionStack)
114+
commandToRerun = reformatCommand(commandToRerun, executionStack, failedByAssert)
115115
}
116116
// addSpecificOptionsBeforeRun was defined - we should remove useless opts what will be added in next iteration
117117
if(additionalOpts) {

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.0.13",
3+
"version": "0.0.14",
44
"bin": {
55
"protractor-rerun": "./bin/rerun"
66
},

0 commit comments

Comments
 (0)