Skip to content

Commit 5cb70d3

Browse files
committed
fix: more logging
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent db25b35 commit 5cb70d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

add-on/src/background/background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22
/* eslint-env browser, webextensions */
33

4-
chrome.storage.local.debug = 'libp2p:webext*'
4+
chrome.storage.local.debug = 'libp2p:*'
55

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

yarn.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ babel-plugin-syntax-exponentiation-operator@^6.8.0:
10851085
version "6.13.0"
10861086
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de"
10871087

1088-
babel-plugin-syntax-object-rest-spread@^6.13.0:
1088+
10891089
version "6.13.0"
10901090
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
10911091

@@ -6496,7 +6496,6 @@ libp2p-webext-tcp@alanshaw/js-libp2p-webext-tcp.git:
64966496
debug "^3.1.0"
64976497
events "^3.0.0"
64986498
interface-connection "^0.3.2"
6499-
mafmt "^6.0.0"
65006499
multiaddr "^5.0.0"
65016500
pull-stream "^3.6.8"
65026501

0 commit comments

Comments
 (0)