Closed ksmyth closed 9 years ago
If you can repro webgme/webgme#115 then you can see that the exception is not propagated to the user of ng-gme
I encountered this error with a Node setAttribute call.
I can provide a complete repro if needed
Not an ng-gme bug. webgme is ignoring the exception in this empty callback:
_core.persist(_nodes[ROOT_PATH].node, function (err) { });
If you can repro webgme/webgme#115 then you can see that the exception is not propagated to the user of ng-gme
I encountered this error with a Node setAttribute call.
I can provide a complete repro if needed