1
0
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:
Anatoli Babenia 2017-12-05 00:46:19 +03:00 committed by GitHub
parent c30b543a80
commit a171b9b847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
})
},