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 2019/04/15 20:07:02 UTC

[GitHub] [incubator-openwhisk-runtime-nodejs] rabbah commented on a change in pull request #119: An ability to run on Knative along with OpenWhisk

rabbah commented on a change in pull request #119: An ability to run on Knative along with OpenWhisk
URL: https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/119#discussion_r275523772
 
 

 ##########
 File path: core/nodejsActionBase/src/service.js
 ##########
 @@ -15,16 +15,21 @@
  * limitations under the License.
  */
 
+
 var NodeActionRunner = require('../runner');
 
-function NodeActionService(config) {
+function NodeActionService(cfg) {
+
     var Status = {
         ready: 'ready',
         starting: 'starting',
         running: 'running',
         stopped: 'stopped'
     };
 
+    var config = cfg;
 
 Review comment:
   why bother with this? the value is available already to the entire class.

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