improve error message
This commit is contained in:
parent
8db3e73606
commit
2986afb3d4
@ -36,7 +36,6 @@ window.addEventListener("load", () => {
|
||||
(window as any).wxMessaging = wxMessaging;
|
||||
wxMessaging.wxMain();
|
||||
}).catch((e: Error) => {
|
||||
console.log("wallet failed");
|
||||
console.error(e.stack);
|
||||
console.error("Loading Taler wallet background page failed.", e);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user