0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Changed maintenance app debug code

This commit is contained in:
Naz 2021-01-28 16:10:21 +13:00 committed by Daniel Lockyer
parent 244e2374d3
commit dcb89f2be0
No known key found for this signature in database
GPG key ID: FFBC6FA2A6F6ABC1

View file

@ -1,7 +1,7 @@
const compression = require('compression');
const errors = require('@tryghost/errors');
const constants = require('@tryghost/constants');
const debug = require('ghost-ignition').debug('web:admin:app');
const debug = require('ghost-ignition').debug('maintenance:app');
class MaintenanceApp {
constructor({logging, i18n, express, viewEngine, compress, views, servePublicFile, serveFavicon}) {