variable name

This commit is contained in:
David Baker 2020-03-06 14:49:55 +00:00
parent 5c85de4934
commit 763b176b2e

View File

@ -54,7 +54,7 @@ exports.default = async function(cfg) {
execFile('signtool', args, {}, (error, stdout) => {
if (error) {
console.error("signtool failed with code " + error);
reject("signtool failed with code " + code);
reject("signtool failed with code " + error);
console.log(stdout);
} else {
resolve();