1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-05 10:03:27 +00:00

Fixed windows cleanup for file-search

This commit is contained in:
Bryan Roe
2020-11-09 14:14:33 -08:00
parent 2ac75f7586
commit 4bc6ab6e3b
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -46,6 +46,7 @@ function filesearch()
console.info1('Powershell Search Client disconnected');
this.end();
this.parent._connection = null;
this.parent.close();
this.parent.promise.emit('end');
this.parent.promise._res();
});