Ghost/core/server/web
Daniel Lockyer 1ff4f6ce7d
Added guards against parentPort being null
fixes https://github.com/TryGhost/Team/issues/834

- see referenced issue for context
- there are times when `parentPort` can be null and the job crashes
  because `parentPort.postMessage` won't work
- this commit adds guards around `parentPort`, or moves code inside
  existing guards, to protect against this
2021-06-29 12:14:48 +01:00
..
admin Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
api Added guards against parentPort being null 2021-06-29 12:14:48 +01:00
members Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
oauth Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
parent Moved vhost arg logic out of the parent app 2021-06-28 19:38:42 +01:00
shared Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
site Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
well-known.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00