Skip to content

Commit 84df1dd

Browse files
author
cgohlke
committed
log error in proxyInegratation (thanks to @4-life)
1 parent 1e8f11a commit 84df1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/proxyIntegration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function processActionAndReturn(actionConfig, event, context, headers, errorMapp
3636
};
3737
}
3838
}).catch(err => {
39-
console.log('Error while handling action function.')
39+
console.log('Error while handling action function.', err)
4040
return convertError(err, errorMapping, headers);
4141
});
4242
}

0 commit comments

Comments
 (0)