0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
Daniel Lockyer ec28478435
🐛 Fixed error when sending messages via bootstrap socket
refs https://github.com/TryGhost/Ghost/issues/13837

- a [refactor](9fa8800b9d) in `@tryghost/bootstrap-socket` changed the signature of the method it exprots, but the use of this
  library wasn't updated in Ghost
- therefore, the library was trying to send the `@tryghost/logging` library, which caused
  errors with Ghost-CLI down the line, as mentioned in the issue
- this commit updates the method signature to match what is expected
2021-12-06 08:04:26 +00:00
..
adapters Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
api Fixed linter error 2021-12-01 12:32:10 +00:00
data Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
lib Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
models Added linting for use of @tryghost/errors 2021-12-01 11:22:21 +00:00
services Added Twitter styles to email template 2021-12-04 10:34:47 -04:00
views
web Revert "Removed overly-specific handling of handlebars errors" 2021-12-01 12:04:36 +00:00
analytics-events.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
ghost-server.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
notify.js 🐛 Fixed error when sending messages via bootstrap socket 2021-12-06 08:04:26 +00:00
overrides.js Set global Luxon timezone override to UTC 2021-10-20 09:19:29 +02:00
run-update-check.js Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00
update-check.js Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00