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 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
well-known.js