Improved session handling

This commit is contained in:
Thorsten Muerell
2017-11-13 21:16:13 +01:00
parent 4acb140b25
commit 217ced320f
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ export class SessionManager {
if (!this.dbSession) return;
this.dbSession.stdin.end();
this.dbSession = null;
this.dbSession.kill();
}
public check() : boolean {