mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +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) => {
|
process.on('uncaughtException', (error) => {
|
||||||
elogger.info(error.message);
|
elogger.error(error.message);
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user