mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue