Ghost/core/server/web/api/testmode/jobs
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
..
cpu-hog.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
graceful-job.js Added guards against parentPort being null 2021-06-29 12:14:48 +01:00
say-hello.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00