Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 1a69ce8

Browse files
committed
fix(runCmd): add missing option to runCmd recursive queue call
1 parent 85be194 commit 1a69ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function dequeue () {
204204

205205
function runCmd (note, cmd, pkg, env, stage, wd, opts, cb) {
206206
if (running) {
207-
queue.push([note, cmd, pkg, env, stage, wd, cb])
207+
queue.push([note, cmd, pkg, env, stage, wd, opts, cb])
208208
return
209209
}
210210

0 commit comments

Comments
 (0)