mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Added missing log alias to command
This commit is contained in:
parent
efc67b1783
commit
99a4e1ea48
@ -91,6 +91,9 @@ module.exports = class Command {
|
||||
}
|
||||
|
||||
/* output aliases */
|
||||
log() {
|
||||
logging(...arguments);
|
||||
}
|
||||
ok() {
|
||||
logging.ok(...arguments);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user