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:
parent
244e2374d3
commit
dcb89f2be0
1 changed files with 1 additions and 1 deletions
|
@ -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}) {
|
||||
|
|
Loading…
Add table
Reference in a new issue