修复文件名

This commit is contained in:
shylocks
2020-12-16 16:35:40 +08:00
parent 50aefde2de
commit 5dd2714407

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