fix(import/BpmnTreeWalker): correct typo

This commit is contained in:
Nico Rehwaldt 2014-03-27 16:50:31 +01:00
parent e631de2b2f
commit b432c35e7e
1 changed files with 1 additions and 1 deletions

View File

@ -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 + '>');
}
}