Skip to content

Commit

Permalink
feat: update console.log in window.ipfs error example
Browse files Browse the repository at this point in the history
  • Loading branch information
JonKrone committed Apr 25, 2018
1 parent 73eb7cc commit a840622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/window.ipfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (window.ipfs) {
} catch (err) {
if (err.isIpfsProxyAclError) {
// Fallback
console.log(':(')
console.log('Unable to get ACL decision from user :(', err)
} else {
throw err
}
Expand Down

0 comments on commit a840622

Please sign in to comment.