From 03e0cef5a50a72948d6d82607ecd3b19f5acbbf8 Mon Sep 17 00:00:00 2001 From: hyperbola Date: Sat, 27 Aug 2022 00:09:51 +0800 Subject: [PATCH] update comment --- src/pinkoi-bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pinkoi-bot.ts b/src/pinkoi-bot.ts index 01d26b2..de79caa 100644 --- a/src/pinkoi-bot.ts +++ b/src/pinkoi-bot.ts @@ -14,7 +14,7 @@ const urlRegex = /https:\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w\p{Script=Han}.,@?^=% const referer = 'https://www.pinkoi.com/event/mission_game' function outdate(): never { - log.error('Unexpected mission content. Maybe this bot is outdated. Try passing environment DEBUG=1 to see what occurred.') + log.error('Unexpected mission content. Maybe this bot is outdated. Try passing environment variable DEBUG=1 to see what occurred.') throw new Error('unexpected mission content') }