From c202e83c6ae31400a29c82ed2b3326eec494fc6a Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 25 Aug 2018 21:04:08 +0800 Subject: [PATCH] add console --- background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/background.js b/background.js index b747225..efc411e 100644 --- a/background.js +++ b/background.js @@ -99,6 +99,7 @@ const runCheckPage = async function (t) { new cron.CronJob({ //eslint-disable-line cronTime: '*/20 * * * * *', onTick: async () => { + console.log('check twitch channel') let db = await DB.connect() let text = `select "id" from "public"."twitch_channel"`