0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
Hannah Wolfe 3c7e2e3ac2 Cleaned up requires in boot error handling
- moved logging variable outside of the try-catch block, so it doesn't need a 2nd require
- I was considering having config,logging etc shared components required in a function together, but it's less readable
- Having a try-catch for loading shared components before main boot is also confusing
- This is simplest and most readable IMO
2021-02-23 12:27:27 +00:00
..
client@919bf3931d Updated Ghost-Admin to v4.0.0-alpha.2 2021-02-16 19:53:52 +00:00
frontend Added the v4 version to the themes engine 2021-02-23 11:38:44 +01:00
server Update the migration number for orphaned webhooks 2021-02-23 10:46:33 +01:00
shared Updated the configuration to include v4 pointing to canary 2021-02-22 15:39:48 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Cleaned up requires in boot error handling 2021-02-23 12:27:27 +00:00