mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
uncaught exceptions now reported as errors by electron-logger
This commit is contained in:
@@ -78,5 +78,5 @@ app.on('activate', () => {
|
||||
});
|
||||
|
||||
process.on('uncaughtException', (error) => {
|
||||
elogger.info(error.message);
|
||||
elogger.error(error.message);
|
||||
});
|
||||
Reference in New Issue
Block a user