0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/adapters/scheduling
Daniel Lockyer 3988029472 Refactored scheduling adapter loader to better display errors
no issue

- missing modules required by an adapter weren't flagged up as missing,
  but that the entire adapter was missing
- therefore, it was difficult to see what you were missing
- this commit handles the case where a module is missing, and displays
  an error
2020-04-02 19:21:19 +01:00
..
post-scheduling 🏗 Removed reschedule method from scheduling adapter 2019-11-27 13:38:30 +05:30
index.js Standardised require call to use relative path 2019-08-15 11:57:45 +08:00
SchedulingBase.js 🏗 Removed reschedule method from scheduling adapter 2019-11-27 13:38:30 +05:30
SchedulingDefault.js 🏗 Removed reschedule method from scheduling adapter 2019-11-27 13:38:30 +05:30
utils.js Refactored scheduling adapter loader to better display errors 2020-04-02 19:21:19 +01:00