mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-08 23:14:06 +08:00
增加目录文件读取失败时报错
This commit is contained in:
parent
f782158fb7
commit
f9fc6d7cbb
@ -202,7 +202,7 @@ utools.onPluginEnter( async ({ code, type, payload }) => {
|
|||||||
}
|
}
|
||||||
}, '输入名称或功能进行查询');
|
}, '输入名称或功能进行查询');
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
document.write(e);
|
$("#mainlist").html(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user