forked from extern/egroupware
Add stack trace to problem widget report so we can actually track down the problem
This commit is contained in:
parent
8c5cc3ca22
commit
f94d213a91
@ -739,7 +739,7 @@ var et2_widget = Class.extend(
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
egw.debug("error", "There was an error with a widget:\nError:%s\nProblem widget:%o",e.message,this._children[i]);
|
||||
egw.debug("error", "There was an error with a widget:\nError:%o\nProblem widget:%o",e.message,this._children[i],e.stack);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user