diff --git a/mindplot/src/main/javascript/layout/RootedTreeSet.js b/mindplot/src/main/javascript/layout/RootedTreeSet.js index f0b89741..e4ae17f5 100644 --- a/mindplot/src/main/javascript/layout/RootedTreeSet.js +++ b/mindplot/src/main/javascript/layout/RootedTreeSet.js @@ -84,7 +84,7 @@ mindplot.layout.RootedTreeSet = new Class({ } } validate = !$defined(validate) ? true : validate; - $assert(validate ? result : true, 'node could not be found id:' + id); + $assert(validate ? result : true, 'node could not be found id:' + id + "\n,RootedTreeSet" + this.dump()); return result; },