diff --git a/lib/command.js b/lib/command.js index eaa6b9b..af1636f 100644 --- a/lib/command.js +++ b/lib/command.js @@ -368,7 +368,7 @@ class Command extends GetterSetter { this._program )); } - return this._action.apply(this, [args, options]); + return this._action.apply(this, [args, options, this._logger]); } /**