From 7660646059afa877b43cf24ba8383e12e459081e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 30 Dec 2024 22:16:09 +0800 Subject: [PATCH] fix --- src/common/umami.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/umami.ts b/src/common/umami.ts index 7392e785..af1b71b7 100644 --- a/src/common/umami.ts +++ b/src/common/umami.ts @@ -112,7 +112,7 @@ export class UmamiTraceCore { res.on('data', (data) => { }); - }); + }).on('error', () => {} ); request.write(JSON.stringify({ type, payload })); request.end();