diff --git a/src/Server.js b/src/Server.js index 4686495..3282e55 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(error => console.log(error)); + .catch(); }, /** * sets route of express app