mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-07-21 10:16:42 -07:00
f246b0facd
Mainly I wanted to replace the two not-so-pretty nested `.then()` promise chains at the bottom of `js/electron.js` with a proper `async` function. While I was at that file, optimized two JSdocs and did a small style optimization. No functional changes intended.