1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #2654 from abitrolly/patch-2

Download State Logs with .json extension
This commit is contained in:
Kevin Serrano 2017-12-07 07:41:12 -08:00 committed by GitHub
commit 6553ba132d
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)
}
})
},