mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint
This commit is contained in:
parent
52aee7aa9e
commit
bb9c2b3563
@ -48,7 +48,7 @@ window.logStateString = function (cb) {
|
|||||||
return global.platform.getPlatformInfo((platform) => {
|
return global.platform.getPlatformInfo((platform) => {
|
||||||
state.version = version
|
state.version = version
|
||||||
state.platform = platform
|
state.platform = platform
|
||||||
state.browser = browser
|
state.browser = browser
|
||||||
let stateString = JSON.stringify(state, removeSeedWords, 2)
|
let stateString = JSON.stringify(state, removeSeedWords, 2)
|
||||||
return cb(stateString)
|
return cb(stateString)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user