https://bugzilla.wikimedia.org/show_bug.cgi?id=55989
--- Comment #2 from Krinkle <[email protected]> --- When a module executes and throws an error, this is afaik always logged to the console (even when not in debug mode). When a callback of your own making throws an error, this is usually not caught because its none of our business. Inside `handlePending` however, there is one case where we swallow it to protect the state machine. In that case it should indeed log it to the console, it seems it only does that for the error() callback, not the ready() callback. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
