0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/web/api
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
..
canary 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
middleware Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
testmode Added guards against parentPort being null 2021-06-29 12:14:48 +01:00
v2 Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
v3 Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
app.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
index.js