Fix log context not being in the correct format (#761)

This commit is contained in:
toasted-nutbread 2020-09-04 17:56:20 -04:00 committed by GitHub
parent 4cd1676ddc
commit 3efd4a1a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ const yomichan = (() => {
} }
_getLogContext() { _getLogContext() {
return this._getUrl(); return {url: this._getUrl()};
} }
_onMessage({action, params}, sender, callback) { _onMessage({action, params}, sender, callback) {