mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
Marked code
property for removal in Ghost 4.0
refs https://github.com/TryGhost/gscan/issues/144 refs https://github.com/TryGhost/gscan/pull/259 - The property hasn't been marked correctly in Ghsot 2.0 so will be able to go away the earliest in Ghost 4.0
This commit is contained in:
parent
fb1b207db9
commit
cc8f9bcb98
@ -163,7 +163,7 @@ _private.ThemeErrorRenderer = (err, req, res, next) => {
|
||||
// Format Data
|
||||
const data = {
|
||||
message: err.message,
|
||||
// @deprecated Remove in Ghost 3.0
|
||||
// @deprecated Remove in Ghost 4.0
|
||||
code: err.statusCode,
|
||||
statusCode: err.statusCode,
|
||||
errorDetails: err.errorDetails || []
|
||||
|
Loading…
Reference in New Issue
Block a user