Fix log context not being in the correct format (#761)
This commit is contained in:
parent
4cd1676ddc
commit
3efd4a1a94
@ -263,7 +263,7 @@ const yomichan = (() => {
|
||||
}
|
||||
|
||||
_getLogContext() {
|
||||
return this._getUrl();
|
||||
return {url: this._getUrl()};
|
||||
}
|
||||
|
||||
_onMessage({action, params}, sender, callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user