mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
Convert module-start to async (#3049)
Similar to the node_helper async start PR... --------- Co-authored-by: veeck <michael@veeck.de>
This commit is contained in:
parent
fe0b915a5d
commit
498b440174
5 changed files with 34 additions and 19 deletions
|
@ -40,7 +40,7 @@ const Module = Class.extend({
|
|||
/**
|
||||
* Called when the module is started.
|
||||
*/
|
||||
start: function () {
|
||||
start: async function () {
|
||||
Log.info("Starting module: " + this.name);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue