mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
Improved error message for exception in JSON plugins
This commit is contained in:
@@ -115,7 +115,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
this.egw.debug('error', e);
|
this.egw.debug('error', 'Exception "', e ,'" while handling JSON response type "', res.type, '", plugin', plugin, 'response', res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user