Add some debug to edit.js

This commit is contained in:
Atlante45 2015-05-08 16:13:04 +02:00
parent a775c1fb98
commit 01e3c33bf1

View file

@ -203,7 +203,7 @@ SelectionManager = (function() {
try { try {
listeners[i](); listeners[i]();
} catch (e) { } catch (e) {
print("got exception"); print("EntitySelectionTool got exception: " = JSON.stringify(e));
} }
} }
}; };