Show more verbose error message on console if the config is malformed

This commit is contained in:
Veeck
2019-03-06 10:01:44 +01:00
parent 331e8c4aa6
commit 02d36e22ee
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Updated
- Bumped the Electron dependency to v3.0.13 to support the most recent Raspbian. [#1500](https://github.com/MichMich/MagicMirror/issues/1500)
- Updated modernizr code in alert module, fixed a small typo there too
- More verbose error message on console if the config is malformed
### Fixed
- Fixed temperature displays in currentweather and weatherforecast modules [#1503](https://github.com/MichMich/MagicMirror/issues/1503), [#1511](https://github.com/MichMich/MagicMirror/issues/1511).