Ghost/core/server
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
..
adapters Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
api 🐛 Fixed validation on theme install API parameters 2021-06-28 14:03:28 +01:00
data Added products_benefits table 2021-06-24 17:21:01 +01:00
lib Fix typo in image-size.js 2021-06-22 15:47:41 +01:00
models v4.8.3 2021-06-24 14:00:41 +01:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Added guards against parentPort being null 2021-06-29 12:14:48 +01:00
views Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
web Added guards against parentPort being null 2021-06-29 12:14:48 +01:00
analytics-events.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
ghost-server.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
notify.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
overrides.js Moved sqlite3 override rules to db connection lib 2021-02-05 11:51:56 +00:00
run-update-check.js Added protective code to update-check job 2021-06-29 14:02:16 +04:00
update-check.js Fixed update check logging when run within a job 2021-06-23 18:38:05 +04:00