e2ebridge / bpmn

BPMN 2.0 execution engine
466 stars 138 forks source link

Output error with stack trace in `catch` part in `lib/manage.js`. #43

Open Taivas opened 7 years ago

Taivas commented 7 years ago

when .js handler file has syntax error, processHandler = handlers.getHandlerFromFile(bpmnFilePath); will throw error, the error is catched but not shown to developers.