mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-14 02:36:57 +00:00
[core] add try / catch on mode_helper loading (#3578)
When a library is missing on an 3rd party module, MM² stop loading and display a black screen. (I'm sure it's happened to everyone.) So, I have added a try/catch block and it's avoid black screen, display errors and allow continue loading with next module
This commit is contained in:
committed by
GitHub
parent
f51fbe39c4
commit
961bae637c
@@ -22,6 +22,7 @@ _This release is scheduled to be released on 2025-01-01._
|
||||
### Fixed
|
||||
|
||||
- [updatenotification] Fix pm2 using detection when pm2 script is in MagicMirror root folder (#3576)
|
||||
- [core] Fix loading node_helper of modules: avoid black screen, display errors and continue loading with next module (#3578)
|
||||
|
||||
## [2.29.0] - 2024-10-01
|
||||
|
||||
|
||||
Reference in New Issue
Block a user