Ghost/core/server/services/email-analytics/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
..
fetch-latest.js Added guards against parentPort being null 2021-06-29 12:14:48 +01:00
index.js Extracted email analytics library code to external packages (#12541) 2021-03-02 07:26:33 +00:00