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

Missing position data kills the app with os.Exit(1) and no useful information #482

Closed
senorprogrammer opened this issue Jul 1, 2019 · 1 comment
Labels
🐛 bug "Houston, we've had a problem."

Comments

@senorprogrammer
Copy link
Collaborator

The following two formats for invalid position data cause the app to die with no useful debugging information:

position:
top: 1
left: 1
width: 1
height: 1

and

# position:
    # top: 1
    # left: 1
    # width: 1
    # height: 1

In both cases useful debugging information should be provided.

@senorprogrammer
Copy link
Collaborator Author

Closed by #489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug "Houston, we've had a problem."
Development

No branches or pull requests

1 participant