Closed
Description
Whenever I resize my terminal on Windows, ts-node
terminates with ENOSYS
.
Here's a video of it happening:
That video was recorded while I had v4.0.0 installed, but I've updated to v4.1.0 and even with the detached terminal change, the error still takes place.
The problem seems to be caused by this line:
https://github.com/TypeStrong/ts-node/blob/master/src/bin.ts#L76
I've confirmed it happens on both the integrated VSCode terminal and the native Windows terminal.