mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Further adjustment to maintain API
This commit is contained in:
parent
b158d7fea0
commit
52aee7aa9e
@ -54,9 +54,9 @@ window.logStateString = function (cb) {
|
||||
})
|
||||
}
|
||||
|
||||
window.logState() = function () {
|
||||
window.logState = function () {
|
||||
return window.logStateString((result) => {
|
||||
return result
|
||||
console.log(result)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user