diff --git a/index.js b/index.js index 25c64f52fc..609bcd91fc 100644 --- a/index.js +++ b/index.js @@ -34,7 +34,7 @@ ghost().then(function (ghostServer) { }); }).catch(function (err) { if (!common.errors.utils.isIgnitionError(err)) { - err = new common.errors.GhostError({err: err}); + err = new common.errors.GhostError({message: err.message, err: err}); } common.logging.error(err);