🐛 Bug Report
The startServer function does not throw an error when port is already in use, it only prints a message. For applications that depend on the server working it should throw an error instead.
To Reproduce
Configure the gaket-plugin-https and try to get the server up twice.
Expected Behavior
It should throw an error.