mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
Improve error message to make sure we get the error message
This commit is contained in:
parent
eda4d2a3f6
commit
22b5ed587f
@ -747,7 +747,7 @@ var et2_widget = Class.extend(
|
|||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
{
|
{
|
||||||
egw.debug("error", "There was an error with a widget:\nError:%o\nProblem widget:%o",e.message,this._children[i],e.stack);
|
egw.debug("error", "There was an error with a widget:\nError:%o\nProblem widget:%o",e.valueOf(),this._children[i],e.stack);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user