mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Corrected deprecation comment
no issue - Ghost 4.0 didn't contain any breaking changes. Breaks like this one will be introduced in 5.0
This commit is contained in:
parent
84c2154cbe
commit
607623211a
@ -165,7 +165,7 @@ _private.ThemeErrorRenderer = (err, req, res, next) => {
|
||||
// Format Data
|
||||
const data = {
|
||||
message: err.message,
|
||||
// @deprecated Remove in Ghost 4.0
|
||||
// @deprecated Remove in Ghost 5.0
|
||||
code: err.statusCode,
|
||||
statusCode: err.statusCode,
|
||||
errorDetails: err.errorDetails || []
|
||||
|
Loading…
Reference in New Issue
Block a user