mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-08 19:01:29 +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