Skip to content

Commit

Permalink
Fix rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 11, 2019
1 parent 4dee85b commit 7eaa83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -424,7 +424,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 7eaa83b

Please sign in to comment.