vorpal icon indicating copy to clipboard operation
vorpal copied to clipboard

Support question - how to close / cleanup existing vorpal instance

Open ORESoftware opened this issue 7 years ago • 0 comments

Say we want to create a new instance of vorpal - how would we clean up an existing instance?

aka, I have code which will start "a new vorpal" instance. How can I close / cleanup any existing vorpal instance?

I assume this involves:

process.stdin.end();

As an aside - It would be great if this project could be updated with TypeScript then the API would be easier to access.

ORESoftware avatar Jun 23 '17 21:06 ORESoftware