diff --git a/src/custom_modules/functions.js b/src/custom_modules/functions.js index 1713f62..b232f07 100644 --- a/src/custom_modules/functions.js +++ b/src/custom_modules/functions.js @@ -90,7 +90,7 @@ module.exports = { // Wait to resolve module.exports.sleep(config.power.start.exhaustDelay).then(() => { resolve('Exhaust started.'); - } + }); }).catch(e => console.error(e)); }); },