Skip to content

Commit

Permalink
try without eio
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Oct 25, 2024
1 parent 8630ac2 commit a9ba65c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ export class Pty {
// is nothing left to read and we can start tearing things down. If we hadn't received an
// error so far, we are considered to be in good standing.
this.read.off('error', handleError);
this.#socket.emit('end');
console.log('eio emit')
// this.#socket.end();
return;
}
}
Expand Down

0 comments on commit a9ba65c

Please sign in to comment.