From 1c979939bb4ec4815afda4eaafdcb84a2519d054 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Mon, 11 May 2026 07:02:21 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E6=AF=8E=E6=97=A57:00=E3=81=AB=E5=A4=A9?= =?UTF-8?q?=E6=B0=97=E4=BA=88=E5=A0=B1=E3=81=AE=E8=BF=94=E4=BF=A1=E3=82=92?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/feature/weatherNotice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature/weatherNotice.ts b/src/feature/weatherNotice.ts index 2d69206..a141168 100644 --- a/src/feature/weatherNotice.ts +++ b/src/feature/weatherNotice.ts @@ -88,7 +88,7 @@ if (!isMainThread && workerData === "scheduledWeatherNotice") { console.log("天気仮投稿:", provisionalUeuse.uniqid); - weatherReply(provisionalUeuse.uniqid); + await weatherReply(provisionalUeuse.uniqid); process.exit(0); } catch (err: any) { console.error("message" in err