From 7eaa83ba8d6cae0e622fdd6d4984cd35b009674c Mon Sep 17 00:00:00 2001 From: ehmicky Date: Tue, 11 Jun 2019 10:00:00 +0200 Subject: [PATCH] Fix rebasing --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9e96340dc0..5e8b6cda97 100644 --- a/index.js +++ b/index.js @@ -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,