зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1049035: Don't redeclare arg 'msg', in health report function '_recordProviderError'. r=gps
This commit is contained in:
Родитель
016db9b136
Коммит
ca2360d064
|
@ -528,7 +528,7 @@ this.ProviderManager.prototype = Object.freeze({
|
|||
* Record an error that occurred operating on a provider.
|
||||
*/
|
||||
_recordProviderError: function (name, msg, ex) {
|
||||
let msg = "Provider error: " + name + ": " + msg;
|
||||
msg = "Provider error: " + name + ": " + msg;
|
||||
if (ex) {
|
||||
msg += ": " + CommonUtils.exceptionStr(ex);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче