|
@@ -1917,7 +1917,6 @@ Strophe.Handler.prototype = {
|
|
try {
|
|
try {
|
|
result = this.handler(elem);
|
|
result = this.handler(elem);
|
|
} catch (e) {
|
|
} catch (e) {
|
|
- result = this.handler(elem);
|
|
|
|
if (e.sourceURL) {
|
|
if (e.sourceURL) {
|
|
Strophe.fatal("error: " + this.handler +
|
|
Strophe.fatal("error: " + this.handler +
|
|
" " + e.sourceURL + ":" +
|
|
" " + e.sourceURL + ":" +
|