diff --git a/src/Server.js b/src/Server.js index 3282e55..2c3e23d 100755 --- a/src/Server.js +++ b/src/Server.js @@ -29,7 +29,7 @@ const Server = { */ kill: function() { request.get('http://localhost:' + Config.port + '/kill') - .catch(); + .catch(error => false); }, /** * sets route of express app