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

Set error message for missing build targets in scheme #1040

Merged
merged 2 commits into from
Mar 31, 2021

Commits on Mar 24, 2021

  1. Set error message for missing build targets in scheme

    The current behavior means it just crashes due to trying to force unwrap
    a nil optional.
    
    Note: A build target shouldn't really be needed, but this is just a
    quick fix to get things moving again.
    dalemyers committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    dab25e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Update changelog

    dalemyers committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    9cd6eb6 View commit details
    Browse the repository at this point in the history