mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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)
|
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);
|
'Parameters', res.data.parms);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user