Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions
@@ -364,7 +364,7 @@ export default async function generateImage(message: any) {
}
} else {
about = {
type: "epicenter",
type: "scale",
scale: position.scale,
}
}
+1 -1
View File
@@ -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