Closed EinarLogi closed 11 months ago
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Ran into an issue where port 8080 was already in use but the output only gave me the "cannot start server" message.
Added string formatting to panic output in main to include the error message if startup fails.
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Problem/Feature
Ran into an issue where port 8080 was already in use but the output only gave me the "cannot start server" message.
Description of Changes:
Added string formatting to panic output in main to include the error message if startup fails.
Checklist