semicolon
This commit is contained in:
parent
2a756065e7
commit
94af045e0c
@ -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));
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user