mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
Download State Logs with .json extension
That doesn't fix #2095, but at least makes downloaded files syntax-highlighted when opened in editors
This commit is contained in:
parent
c30b543a80
commit
a171b9b847
@ -117,7 +117,7 @@ ConfigScreen.prototype.render = function () {
|
||||
if (err) {
|
||||
state.dispatch(actions.displayWarning('Error in retrieving state logs.'))
|
||||
} else {
|
||||
exportAsFile('MetaMask State Logs', result)
|
||||
exportAsFile('MetaMask State Logs.json', result)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user