Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

bf-orchestrator should not swallow errors #1270

Copy link
Copy link
@chrimc62

Description

@chrimc62
Issue body actions

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:

    } catch (error) {
      throw new Error(`Failed to parse ${filePath}`);
    }

This means you have no idea why parsing failed because error is not reflected.

To Reproduce

Steps to reproduce the behavior:

  1. Create an LU file with improper syntax
  2. bf orchestrator:create with that file

Expected behavior

You should see underlying parsing errors.

[bug]

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.