force closing of pty

This commit is contained in:
Jörg Breitbart
2019-07-10 23:39:05 +02:00
parent cc3bb83ced
commit 24b26c7311
+2 -1
View File
@@ -79,7 +79,8 @@ describe('Escape Sequence Files', function(): void {
});
after(() => {
ptyTerm.end();
ptyTerm._master.end();
ptyTerm._master.destroy();
});
FILES.forEach(filename => {