Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orchestrator:build needs to handle zero length input files #1218

Closed
daveta opened this issue Apr 26, 2021 · 1 comment
Closed

orchestrator:build needs to handle zero length input files #1218

daveta opened this issue Apr 26, 2021 · 1 comment
Assignees

Comments

@daveta
Copy link
Contributor

daveta commented Apr 26, 2021

Versions

What CLI version are you using: 4.13.0

What Nodejs version are you using: 12
What OS are you using: Windows

Describe the bug

The orchestrator build command does not handle zero-length files (no BOM or any content).

bf orchestrator:build --in ./generated/interruption --out ./generated --model ./generated/orchestratorModel/

Error: Encoding not recognized.

To Reproduce

bf orchestrator:build --in ./generated/interruption --out ./generated --model ./generated/orchestratorModel/

With a absolute zero length file.

Expected behavior

  • Validate empty .lu files
    [bug]
@tsuwandy
Copy link
Contributor

Fixed with #1211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants