lionelvillard opened a new issue #745: inline function does not work URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/745 My manifest: ``` project: name: testfsh packages: p: actions: echo: runtime: nodejs function: const main = ({ msg }) => { console.log(msg); return {msg}; } ``` I'm not sure if this is supposed to work or not. I'm getting this error: ``` Error: manifestreader.go [78]: [ERROR_YAML_FILE_FORMAT_ERROR]: File: [manifest.yml]: ==> open /Users/villardl/Projects/whisk/wskp/shell-project-test/const main = ({ msg }) => { console.log(msg); return {msg}; }: no such file or directory ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
