mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 03:57:04 +00:00
Log error when no files in the release
This commit is contained in:
parent
df8897c284
commit
e91de4a1df
@ -24,7 +24,7 @@ function init(mainWindow) {
|
|||||||
initialized = true;
|
initialized = true;
|
||||||
|
|
||||||
autoUpdater.on('error', (error) => {
|
autoUpdater.on('error', (error) => {
|
||||||
dialog.showErrorBox('Error: ', error == null ? "unknown" : (error.stack || error).toString());
|
log.error(error == null ? "unknown" : (error.stack || error).toString());
|
||||||
});
|
});
|
||||||
|
|
||||||
autoUpdater.on('update-available', () => {
|
autoUpdater.on('update-available', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user