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