We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8f11a commit 84df1ddCopy full SHA for 84df1dd
lib/proxyIntegration.js
@@ -36,7 +36,7 @@ function processActionAndReturn(actionConfig, event, context, headers, errorMapp
36
};
37
}
38
}).catch(err => {
39
- console.log('Error while handling action function.')
+ console.log('Error while handling action function.', err)
40
return convertError(err, errorMapping, headers);
41
});
42
0 commit comments