From a84062212d8cd43c399c21531a77accb08ca2cb4 Mon Sep 17 00:00:00 2001 From: jonkrone Date: Wed, 25 Apr 2018 13:00:19 -0500 Subject: [PATCH] feat: update console.log in window.ipfs error example --- docs/window.ipfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/window.ipfs.md b/docs/window.ipfs.md index 4e6d135de..cc4efd0be 100644 --- a/docs/window.ipfs.md +++ b/docs/window.ipfs.md @@ -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 }