WIP: Dodaj wsparcie dla Dockera #128
@ -109,11 +109,7 @@ export class StolenDataEntry extends SaferEmitter {
|
||||
.map((kv) => kv.split('='))
|
||||
);
|
||||
} catch (e) {
|
||||
// failed to parse as query string
|
||||
console.log(
|
||||
'Failed attempt to parse hash location as query string, probably safe to ignore:',
|
||||
e
|
||||
);
|
||||
// failed to parse as query string, safe to ignore
|
||||
}
|
||||
}
|
||||
const searchParams = Object.fromEntries(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user