fix: load remote supernova (#345)

Bump engine version
This commit is contained in:
Christoffer Åström
2020-03-11 09:06:40 +01:00
committed by GitHub
parent 0b97b28416
commit ac875464bd
3 changed files with 11 additions and 8 deletions

View File

@@ -159,7 +159,9 @@ module.exports = async argv => {
if (watcher) {
watcher.close();
}
await ww.close();
if (ww) {
await ww.close();
}
server.close();
};