mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Enhance error message to actually include the original error message
This commit is contained in:
parent
6f9ea1e859
commit
07b311d495
@ -326,7 +326,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
req.egw.debug('error', 'Function', res.data.func,
|
||||
req.egw.debug('error', e.message, ' in function', res.data.func,
|
||||
'Parameters', res.data.parms);
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user