mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1039852 - Report error stack on INVALID_PACKAGE. r=fabrice
This commit is contained in:
parent
8a95213cde
commit
f95f42fd86
@ -3138,7 +3138,7 @@ this.DOMApplicationRegistry = {
|
||||
aOldApp.downloadAvailable = false;
|
||||
}
|
||||
if (typeof e == 'object') {
|
||||
Cu.reportError("Error while reading package:" + e);
|
||||
Cu.reportError("Error while reading package: " + e + "\n" + e.stack);
|
||||
throw "INVALID_PACKAGE";
|
||||
} else {
|
||||
throw e;
|
||||
|
Loading…
Reference in New Issue
Block a user