communicate error

This commit is contained in:
2025-11-29 23:15:17 +00:00
parent b978ffa313
commit 3bae392285

View File

@@ -282,7 +282,9 @@ export default class Updater {
progressCallback(`Error on remote`);
reject("Error: command does not exist");
}
}, () => { reject("Error: Failed to start notify"); });
}, (error) => { reject("Error: Failed to start notify");
console.error(error);
});
});
}
}