microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.47k stars 242 forks source link

Add accessors `pty` and `ptsName` #516

Closed corwin-of-amber closed 2 years ago

corwin-of-amber commented 2 years ago

This is a PR to address #143, in accordance with the discussion in the issue thread.

I threw in a test for the close event which started out as a test for fd until I realized that closing fd (with fs.close) does nothing, for some reason.

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.