0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/web
Daniel Lockyer 6d21bbfc63 🐛 Fixed handling of Handlebars errors
no issue

- Handlebars now throws an Error for misuse errors within the if/unless
  helpers, but our error handling checks for a TypeError
- this would skip using an IncorrectUsageError and ends up throwing a GhostError
- this commit removes the TypeError check and switches to using the
  Handlebars error message
2020-04-29 16:32:50 +01:00
..
admin Moved express init + sentry to a shared util 2020-04-27 18:17:50 +01:00
api Moved express init + sentry to a shared util 2020-04-27 18:17:50 +01:00
parent Moved express init + sentry to a shared util 2020-04-27 18:17:50 +01:00
shared 🐛 Fixed handling of Handlebars errors 2020-04-29 16:32:50 +01:00
site Moved express init + sentry to a shared util 2020-04-27 18:17:50 +01:00
index.js
well-known.js Implemented externally verifiable identity tokens 2020-03-16 13:22:04 +01:00