Skip to content

Commit

Permalink
expose logger to extensions (#3708)
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Kolehmainen <[email protected]>
  • Loading branch information
jakolehm authored Sep 1, 2021
1 parent 584d45c commit 41fcd73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extensions/common-api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import * as Store from "./stores";
import * as Util from "./utils";
import * as Catalog from "./catalog";
import * as Types from "./types";
import logger from "../../common/logger";

export {
App,
Expand All @@ -34,4 +35,5 @@ export {
Store,
Types,
Util,
logger
};

0 comments on commit 41fcd73

Please sign in to comment.