upgle commented on code in PR #221:
URL: 
https://github.com/apache/openwhisk-runtime-nodejs/pull/221#discussion_r936460388


##########
core/nodejsActionBase/src/service.js:
##########
@@ -143,7 +143,7 @@ function NodeActionService(config) {
                     setStatus(Status.ready);
                 }
                 if (typeof result !== 'object') {
-                    return errorMessage(502, 'The action did not return a 
dictionary.');
+                    return errorMessage(502, 'The action did not return a 
dictionary or array.');

Review Comment:
   I opened new PR https://github.com/apache/openwhisk/pull/5306 to fix 
compatibility issue.
   I'll revert this change.
   



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to