From 19649cac70617cfea3b2fe2ab1eb8dd2eaa7c5ef Mon Sep 17 00:00:00 2001 From: takayama Date: Thu, 28 Oct 2021 21:16:45 +0900 Subject: [PATCH] #232 --- http-api/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-api/core.js b/http-api/core.js index 8ffc77d0..a073ae1e 100644 --- a/http-api/core.js +++ b/http-api/core.js @@ -474,7 +474,7 @@ function loop() { console.log(help); break; } - }); + }).on("error", () => { }); } module.exports = startup;