Hey,
In the ctsa package, the exception handling is implemented using exit commands. This is creating an issue when ctsa is used as a library. We are testing ctsa for node https://www.npmjs.com/package/ctsa and when there are exit commands, ctsa will bring down whole node-js process.
Would it be possible to replace exit commands with N/A return value instead?
Thanks
Jozef
Hey,
In the ctsa package, the exception handling is implemented using
exitcommands. This is creating an issue when ctsa is used as a library. We are testing ctsa for node https://www.npmjs.com/package/ctsa and when there are exit commands, ctsa will bring down whole node-js process.Would it be possible to replace exit commands with N/A return value instead?
Thanks
Jozef