Skip to content

Commit

Permalink
Options is optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Mar 17, 2017
1 parent c18c8c5 commit b11bc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -30,7 +30,7 @@ function npmExec (command, options, fn) {
}

function npmSpawn (command, args, options, fn) {
var a = normalizeSpawnArgs(command, args, options)
var a = normalizeSpawnArgs(command, args, options, fn)
command = a[0]
args = a[1]
options = a[2]
Expand Down

0 comments on commit b11bc7d

Please sign in to comment.