修复文件名

This commit is contained in:
anonymous
2020-12-16 16:35:40 +08:00
parent 0847a3567e
commit ce3d0acef0

View File

@@ -67,7 +67,7 @@ if ($.isNode()) {
const JD_API_HOST = 'https://api.m.jd.com/client.action'; const JD_API_HOST = 'https://api.m.jd.com/client.action';
!(async () => { !(async () => {
if($.isNode()){ if($.isNode()){
const stats = await util.promisify(fs.stat)('watch.json'); const stats = await util.promisify(fs.stat)('watch.chlsj');
if(stats.isFile()){ if(stats.isFile()){
preload() preload()
} }