TSLint compliance

This commit is contained in:
hensm
2019-09-25 19:32:18 +01:00
parent 1917c273be
commit d4dfdea050
8 changed files with 7 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ process.on("SIGTERM", () => {
}
if (receiverSelectorApp && !receiverSelectorAppClosed) {
receiverSelectorApp.kill()
receiverSelectorApp.kill();
}
browser.stop();