Merge pull request #1708 from thecodingmachine/fix_firefox_private_browsing

Fixing WA crashing in Firefox private mode
This commit is contained in:
David Négrier
2022-01-06 11:57:12 +01:00
committed by GitHub
3 changed files with 13 additions and 3 deletions
+3
View File
@@ -168,6 +168,9 @@ class ConnectionManager {
}
} catch (err) {
console.error(err);
if (err instanceof Error) {
console.error(err.stack);
}
}
} else {
const query = urlParams.toString();