mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
style: fix comment typo
This commit is contained in:
parent
b077ff42e4
commit
73c5674af8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user