Add stack trace to problem widget report so we can actually track down the problem

This commit is contained in:
Nathan Gray 2013-08-21 17:18:40 +00:00
parent 8c5cc3ca22
commit f94d213a91

View File

@ -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);
}
}
}