diff --git a/base/BaseCommand.js b/base/BaseCommand.js index 213a6fb6..c6bd2d6d 100644 --- a/base/BaseCommand.js +++ b/base/BaseCommand.js @@ -19,9 +19,6 @@ class BaseCommand { * @type {Boolean} */ this.ownerOnly = options.ownerOnly || false; - /** - * @type __dirname - */ this.dirname = options.dirname || false; /** * @type {String}