mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
修复文件名
This commit is contained in:
parent
0847a3567e
commit
ce3d0acef0
@ -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()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user