if exports.main = main is missing from an action that is being run, the dev command currently returns the function definition and no error. Return an error in this case.
{
"function": "/Users/jessem/repos/adobe/aio-all/test/test-dev-command/src/dx-excshell-1/actions/analytics/index.js",
"web": "yes",
"runtime": "nodejs:18",
"inputs": {
"LOG_LEVEL": "debug"
},
"annotations": {
"require-adobe-auth": false,
"final": true
}
}
if
exports.main = mainis missing from an action that is being run, the dev command currently returns the function definition and no error. Return an error in this case.{ "function": "/Users/jessem/repos/adobe/aio-all/test/test-dev-command/src/dx-excshell-1/actions/analytics/index.js", "web": "yes", "runtime": "nodejs:18", "inputs": { "LOG_LEVEL": "debug" }, "annotations": { "require-adobe-auth": false, "final": true } }