mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added missing log alias to command
This commit is contained in:
parent
efc67b1783
commit
99a4e1ea48
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ module.exports = class Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* output aliases */
|
/* output aliases */
|
||||||
|
log() {
|
||||||
|
logging(...arguments);
|
||||||
|
}
|
||||||
ok() {
|
ok() {
|
||||||
logging.ok(...arguments);
|
logging.ok(...arguments);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue