bpmnServer / bpmn-server

BPMN 2.0 server for Node.js , providing modeling, execution, persistence and monitoring for Workflow. along with sample UI. Intended to be developers workbench for BPMN 2.0
MIT License
186 stars 48 forks source link

fix: remove process.on('uncaughtException' #211

Closed linonetwo closed 5 months ago

linonetwo commented 5 months ago

This kind of code should added in user side's app code, not in a library code, otherwise it will ruin the debugging of app.

Because developer will use debugger that break on uncaught error.

linonetwo commented 5 months ago

截屏2024-07-07 18 27 26