mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-23 20:02:13 -05:00
committed by
GitHub
parent
0b97b28416
commit
ac875464bd
@@ -159,7 +159,9 @@ module.exports = async argv => {
|
||||
if (watcher) {
|
||||
watcher.close();
|
||||
}
|
||||
await ww.close();
|
||||
if (ww) {
|
||||
await ww.close();
|
||||
}
|
||||
server.close();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user