Skip to content

Commit

Permalink
chore(medusa): EOL causing logging to hang (#3622)
Browse files Browse the repository at this point in the history
* chore(medusa): EOL causing logging to hang

* Create .changeset/new-pans-explain.md
  • Loading branch information
olivermrbl authored Mar 29, 2023
1 parent 7f120e5 commit 693015f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/new-pans-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---

chore(medusa): EOL causing logging to hang
1 change: 0 additions & 1 deletion packages/medusa/src/loaders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export default async ({
moduleResolutions: registerModules(configModule?.modules),
logger: Logger,
})
Logger.activity(`${EOL}`)
const modAct = Logger.success(modulesActivity, "Modules initialized") || {}
track("MODULES_INIT_COMPLETED", { duration: modAct.duration })

Expand Down

0 comments on commit 693015f

Please sign in to comment.