webgme / ng-gme

[NOT MAINTAINED] Library of GME-client specific angular services, factories and more.
0 stars 0 forks source link

Exception not propagated #6

Closed ksmyth closed 9 years ago

ksmyth commented 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

ksmyth commented 9 years ago

Not an ng-gme bug. webgme is ignoring the exception in this empty callback:

_core.persist(_nodes[ROOT_PATH].node, function (err) {
});