Skip to content

Commit fe99052

Browse files
authored
fix(extension): Restore status logging to extension (#2629)
When extension had it's own lh-logger, it didn't share state with core's logger. With this changes, the extension require's in core's logger.
1 parent 5501779 commit fe99052

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

lighthouse-extension/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@
2424
"run-sequence": "^1.1.5",
2525
"through2": "^2.0.1"
2626
},
27-
"dependencies": {
28-
"lighthouse-logger": "^1.0.0"
29-
}
27+
"dependencies": {}
3028
}

lighthouse-extension/yarn.lock

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ dateformat@^2.0.0:
584584
version "2.0.0"
585585
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.0.0.tgz#2743e3abb5c3fc2462e527dca445e04e9f4dee17"
586586

587-
debug@^2.1.0, debug@^2.1.1, debug@^2.2.0, debug@^2.6.8:
587+
debug@^2.1.0, debug@^2.1.1, debug@^2.2.0:
588588
version "2.6.8"
589589
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
590590
dependencies:
@@ -1738,12 +1738,6 @@ liftoff@^2.1.0:
17381738
rechoir "^0.6.2"
17391739
resolve "^1.1.7"
17401740

1741-
lighthouse-logger@^1.0.0:
1742-
version "1.0.0"
1743-
resolved "https://registry.yarnpkg.com/lighthouse-logger/-/lighthouse-logger-1.0.0.tgz#c6abdfbbbf0b4a541ab33864802cbad8944bcc8c"
1744-
dependencies:
1745-
debug "^2.6.8"
1746-
17471741
livereload-js@^2.2.0:
17481742
version "2.2.2"
17491743
resolved "https://registry.yarnpkg.com/livereload-js/-/livereload-js-2.2.2.tgz#6c87257e648ab475bc24ea257457edcc1f8d0bc2"

0 commit comments

Comments
 (0)