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

Port is stored as a string in user config, it should be forced to be an integer #46

Closed
xPaw opened this issue Feb 15, 2016 · 2 comments
Closed
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Milestone

Comments

@xPaw
Copy link
Member

xPaw commented Feb 15, 2016

      "port": "1025",

that should be

      "port": 1025,
@astorije astorije added the Type: Feature Tickets that describe a desired feature or PRs that add them to the project. label Feb 15, 2016
@astorije
Copy link
Member

👍

@xPaw xPaw self-assigned this Feb 21, 2016
@astorije astorije added Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. and removed Type: Feature Tickets that describe a desired feature or PRs that add them to the project. labels Feb 22, 2016
@astorije
Copy link
Member

astorije commented Mar 2, 2016

Fixed in #82.

@astorije astorije closed this as completed Mar 2, 2016
@astorije astorije added this to the 1.3.0 milestone Apr 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

No branches or pull requests

2 participants