You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/03/11 04:32:43 UTC

[GitHub] [openwhisk-wskdebug] alexkli commented on issue #17: [bug] running plain wskdebug 1.2.0 fails with UnhandledPromiseRejectionWarning in y18n

alexkli commented on issue #17: [bug] running plain wskdebug 1.2.0 fails with UnhandledPromiseRejectionWarning in y18n
URL: https://github.com/apache/openwhisk-wskdebug/issues/17#issuecomment-597439169
 
 
   Problem is this line: https://github.com/apache/openwhisk-wskdebug/blob/5f0b1c9ce72efcbfe32a1cb7ce4e1731cd7241b2/index.js#L217
   
   One has to provide an object with "one" and "other" keys now: https://github.com/yargs/yargs/issues/913#issuecomment-315643331
   
   Was probably introduced in yargs between `13.x` and current `15.3.0`, which we updated recently.
   
   Only affects `wskdebug`.
   
   `wskdebug -h`, `wskdebug --version` and `wskdebug <action>` work.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services