Skip to content

Commit

Permalink
fix: more logging
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Aug 16, 2018
1 parent d3a237c commit 7eb7a8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion add-on/src/background/background.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'
/* eslint-env browser, webextensions */

chrome.storage.local.debug = 'libp2p:webext*'
chrome.storage.local.debug = 'libp2p:*'

const createIpfsCompanion = require('../lib/ipfs-companion')

Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6540,7 +6540,6 @@ libp2p-tcp@~0.12.0:
debug "^3.1.0"
events "^3.0.0"
interface-connection "^0.3.2"
mafmt "^6.0.0"
multiaddr "^5.0.0"
pull-stream "^3.6.8"

Expand Down

0 comments on commit 7eb7a8e

Please sign in to comment.