修复文件名
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user