mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 05:29:58 +01:00
variable name
This commit is contained in:
parent
5c85de4934
commit
763b176b2e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user