You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: