fix firefox private

This commit is contained in:
_Bastler
2022-01-12 10:56:47 +01:00
parent fa4cd34c49
commit f9f2370afb
3 changed files with 13 additions and 3 deletions
+3
View File
@@ -169,6 +169,9 @@ class ConnectionManager {
}
} catch (err) {
console.error(err);
if (err instanceof Error) {
console.error(err.stack);
}
}
} else {
const query = urlParams.toString();