Stop export errors from being swallowed - #1415
Conversation
|
Thank you for submitting this PR! We'll review it shortly. |
|
All commits should be signed. Please update the commit to make the PR merge-ready. Thanks |
|
Hi @joshcanhelp You added a second argument ( Also, please make sure to address @kushalshit27 comment as well |
|
Sorry for the delay, I was OOO. I'll take a look this week! |
|
@kushalshit27 @ankita10119 - I made the tsconfig change in a signed commit so I think we're good here! |
|
Looks like the target change might have generated some TS issues. The E2E tests don't look related to this change and I'm not sure about the unit test timeout. |
I was trying to export an Auth0 entity and my M2M client did not have the correct permissions. The error was a generic "Error: Problem exporting clientGrants"
🔧 Changes
Minor update to provide the error encountered when exporting entities.
🔬 Testing
Export an entity without having the correct permissions before and after the change to see the difference in output.
📝 Checklist