Fixing linting issues

This commit is contained in:
Chris Troutner
2020-08-06 14:21:39 -07:00
parent e9766630ed
commit 33da626f78
+2 -2
View File
@@ -208,11 +208,11 @@ function onError (error) {
case 'EACCES':
console.error(`${bind} requires elevated privileges`)
process.exit(1)
// break
break
case 'EADDRINUSE':
console.error(`${bind} is already in use`)
process.exit(1)
// break
break
default:
throw error
}