0
Fork 0
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:
Matt Hanley 2022-05-17 17:14:55 +01:00
parent efc67b1783
commit 99a4e1ea48

View file

@ -91,6 +91,9 @@ module.exports = class Command {
}
/* output aliases */
log() {
logging(...arguments);
}
ok() {
logging.ok(...arguments);
}