From 33da626f78cdc003d3db06856e6b635636655344 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 6 Aug 2020 14:21:39 -0700 Subject: [PATCH] Fixing linting issues --- src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.js b/src/app.js index eb289cf..2781d0b 100644 --- a/src/app.js +++ b/src/app.js @@ -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 }