Skip to content

Commit

Permalink
Fix variable name bug (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored and sindresorhus committed Jun 11, 2019
1 parent 048b23e commit 4be4400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -420,7 +420,7 @@ module.exports.sync = (file, args, options) => {
result = childProcess.spawnSync(parsed.file, parsed.args, parsed.options);
} catch (error) {
throw makeError({error, stdout: '', stderr: '', all: ''}, {
joinedCommand,
command,
parsed,
timedOut: false,
isCanceled: false,
Expand Down

0 comments on commit 4be4400

Please sign in to comment.