Skip to content

Commit 90a4cc0

Browse files
Require logger and update to latest common lib
`logger` has been required in common lib, but due to some Proton requirements, it should be required from each CLI. Fix this by adding it to bootstrap and update to latest common lib.
1 parent 9b4d71d commit 90a4cc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/bootstrap.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require("./common/bootstrap");
2+
$injector.require("logger", "./common/logger");
23
$injector.require("config", "./config");
34
$injector.require("options", "./options");
45
// note: order above is important!

0 commit comments

Comments
 (0)