增加目录文件读取失败时报错

This commit is contained in:
fofolee 2019-04-28 19:04:55 +08:00
parent f782158fb7
commit f9fc6d7cbb

View File

@ -202,7 +202,7 @@ utools.onPluginEnter( async ({ code, type, payload }) => {
} }
}, '输入名称或功能进行查询'); }, '输入名称或功能进行查询');
} catch(e) { } catch(e) {
document.write(e); $("#mainlist").html(e);
} }
} }
}); });