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

Fix/#202 ssl config not parsed #203

Merged

Conversation

lalashkin
Copy link
Contributor

@lalashkin lalashkin commented Oct 20, 2023

Related to #202 issue

See #202 (comment) for more details on reason for opening it

@darksaid98 darksaid98 added the bug Something isn't working label Oct 20, 2023
src/config.ts Outdated
} catch {}
} catch (err) {
console.log(
`^3Unable to parse ${key} configuration (${err})!^0`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`^3Unable to parse ${key} configuration (${err})!^0`
`^3Failed to parse property '${key}' in configuration (${err})!^0`

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nitpicky on my end, but other than that it looks good. Nice catch.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reworded as per notice and pushed changes :)

@thelindat thelindat merged commit e7ae5a6 into overextended:main Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants