mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
cea598597b
refs #10571 - Removes dependency on 'context' property being set in error when checking a theme - Refactoring was needed to be able to avoid passing checked theme as a part of thrown error (logic was relying on error having this specific data in context property). This created a problem where we controlled the logic flow with data in error object. - Introduced 2 different types of theme check handling, one behaves the same way as before, the other gives more granulac control to the caller to decide what to do with returned errors. |
||
---|---|---|
.. | ||
config | ||
engines | ||
active.js | ||
engine.js | ||
index.js | ||
list.js | ||
loader.js | ||
middleware.js | ||
Storage.js | ||
to-json.js | ||
validate.js |