0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core
KiraLT 92793ab56b
🐛 Fixed EADDRINUSE error handling on NodeJS >=13 (#12591)
closes https://github.com/TryGhost/Ghost#12562

- From NodeJS v13 `error.errno` returns error code instead of a string. Because  of that use friendly "port is already in use" message did not work anymore. 
- Changed to use `error.code` which acts the same way as `error.errno` in older NodeJS versions.
2021-02-16 13:21:21 +00:00
..
client@05e5e5820a Updated Ghost-Admin to v3.41.5 2021-02-11 18:39:15 +00:00
frontend Updated {{content}} helper partial template name 2021-02-09 14:05:49 +05:30
server 🐛 Fixed EADDRINUSE error handling on NodeJS >=13 (#12591) 2021-02-16 13:21:21 +00:00
shared Added emailAnalytics config feature flag (#12443) 2020-12-02 13:22:12 +00:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00