Ghost/core/server/web/api/testmode
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
..
jobs Added guards against parentPort being null 2021-06-29 12:14:48 +01:00
index.js Moved testmode routes into a correctly named file 2021-05-20 11:42:27 +01:00
routes.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00