fix(import/BpmnTreeWalker): correct typo
This commit is contained in:
parent
e631de2b2f
commit
b432c35e7e
|
@ -121,7 +121,7 @@ function BpmnTraverser(handler) {
|
|||
// force drawing of everything not yet drawn that is part of the target DI
|
||||
handleUnhandledProcesses(definitions.rootElements);
|
||||
} else {
|
||||
throw new Error('unsupported root element for bpmndi:Diagram: ' + type.name);
|
||||
throw new Error('unsupported root element for bpmndi:Diagram <' + rootElement.$type + '>');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue