mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed line prefix for warning level log
This commit is contained in:
parent
48d88c5651
commit
11af5797fd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module.exports.log.info = (...args) => {
|
|||
};
|
||||
|
||||
module.exports.log.warn = (...args) => {
|
||||
log(chalk.magenta('ok'), ...args);
|
||||
log(chalk.magenta('warn'), ...args);
|
||||
};
|
||||
|
||||
module.exports.log.error = (...args) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue