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/21 19:42:31 UTC

[GitHub] [openwhisk-package-alarms] KeonHee opened a new pull request #209: Fix default value is always true

KeonHee opened a new pull request #209: Fix default value is always true
URL: https://github.com/apache/openwhisk-package-alarms/pull/209
 
 
   Node process.env is always string. So it need to cast to boolean. 
   Currently, there is a problem that `delayDefaultStrict` is always true because env value is either true or false string type.

----------------------------------------------------------------
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

[GitHub] [openwhisk-package-alarms] style95 merged pull request #209: Fix default strict value is always true

Posted by GitBox <gi...@apache.org>.
style95 merged pull request #209: Fix default strict value is always true
URL: https://github.com/apache/openwhisk-package-alarms/pull/209
 
 
   

----------------------------------------------------------------
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