You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Versions
@microsoft/bf-orchestrator-cli 4.14.1
Describe the bug
Orchestrator should not swallow underlying errors. For example in OrchestratorHelp.ts you see this code:
This means you have no idea why parsing failed because error is not reflected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You should see underlying parsing errors.
[bug]