From 73c5674af803fa5dc9f629a10d920cf1cc728e4f Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 13 Feb 2018 20:39:12 -0500 Subject: [PATCH] style: fix comment typo --- src/cli/main.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/main.coffee b/src/cli/main.coffee index adc84e2..47370d7 100644 --- a/src/cli/main.coffee +++ b/src/cli/main.coffee @@ -189,7 +189,7 @@ initialize = ( ar, exitCallback ) -> _err.err fluenterror: HMSTATUS.invalidCommand, quit: true, attempted: o.orgVerb, true # Override the .missingArgument behavior - Command.prototype.missingArgument = (### unused ###) -> + Command.prototype.missingArgument = () -> if this.name() != 'help' _err.err verb: @name() @@ -294,7 +294,7 @@ execute = ( src, dst, opts, log ) -> ### Success handler for verb invocations. Calls process.exit by default ### -executeSuccess = (###obj###) -> +executeSuccess = () -> # Can't call _exitCallback here (process.exit) when PDF is running in BK #_exitCallback 0; return