semicolon

This commit is contained in:
Skylar Grant 2024-09-02 13:16:52 -04:00
parent 2a756065e7
commit 94af045e0c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ module.exports = {
// Wait to resolve // Wait to resolve
module.exports.sleep(config.power.start.exhaustDelay).then(() => { module.exports.sleep(config.power.start.exhaustDelay).then(() => {
resolve('Exhaust started.'); resolve('Exhaust started.');
} });
}).catch(e => console.error(e)); }).catch(e => console.error(e));
}); });
}, },