forked from extern/egroupware
Improved error message for exception in JSON plugins
This commit is contained in:
parent
049cbd88dc
commit
d996537c35
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user