修复文件名

This commit is contained in:
any
2020-12-16 16:35:40 +08:00
parent b3d90ca8d1
commit 4ed2e27ae4

View File

@@ -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()
}