GNOME Bugzilla – Bug 691016
Gio: Don't eat errors when calling reply functions
Last modified: 2013-01-02 17:04:33 UTC
I finally found why I wasn't getting any error logging! I wish JS had Python's try...else. Maybe Harmony will save us, eventually.
Created attachment 232529 [details] [review] Gio: Don't eat errors when calling reply functions If somebody errors out during a DBus reply callback, we should let them know about it, rather than keep them guessing.
Review of attachment 232529 [details] [review]: Ugh. Yes, definitely.
Attachment 232529 [details] pushed as f8878e6 - Gio: Don't eat errors when calling reply functions