mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 00:55:51 +00:00
7ffb865023
Async utilities properly propagate _all_ errors to the specified _done_ callback. Failing in _done_ does not re-invoke it. Adjustments made in * Viewer#importXML * Viewer#saveSVG * Importer#importBpmnDiagram Tests cleaned up to remove un-necessary `if (err) { ...` snippets.