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/17 23:52:02 UTC

[GitHub] [incubator-openwhisk-runtime-nodejs] pritidesai commented on a change in pull request #122: Follow up on Knative PR - 119

pritidesai commented on a change in pull request #122: Follow up on Knative PR - 119
URL: https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/122#discussion_r276474900
 
 

 ##########
 File path: core/nodejsActionBase/src/service.js
 ##########
 @@ -47,14 +47,23 @@ function NodeActionService(config) {
      * { code: int, response: object }
      *
      */
-    function responseMessage (code, response) {
+    function responseMessage(code, response) {
         return { code: code, response: response };
     }
 
-    function errorMessage (code, errorMsg) {
+    function errorMessage(code, errorMsg) {
         return responseMessage(code, { error: errorMsg });
     }
 
+    /**
 
 Review comment:
   Bringing this back in as its used by the Knative workflow

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