From ce3d0acef07b0cdbdcff61e973a1bc91f0c1afce Mon Sep 17 00:00:00 2001 From: anonymous Date: Wed, 16 Dec 2020 16:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_watch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_watch.js b/jd_watch.js index 47851809..4830e97b 100644 --- a/jd_watch.js +++ b/jd_watch.js @@ -67,7 +67,7 @@ if ($.isNode()) { const JD_API_HOST = 'https://api.m.jd.com/client.action'; !(async () => { if($.isNode()){ - const stats = await util.promisify(fs.stat)('watch.json'); + const stats = await util.promisify(fs.stat)('watch.chlsj'); if(stats.isFile()){ preload() }