fix: 修复路径导致的插件加载失败
This commit is contained in:
@ -14,7 +14,7 @@ var disable;
|
||||
}
|
||||
load(root + '/core/init.js');
|
||||
try {
|
||||
init(root, plugin);
|
||||
init(root);
|
||||
} catch (ex) {
|
||||
log.w("MiaoScript 初始化失败! %s", ex);
|
||||
throw ex;
|
||||
|
Reference in New Issue
Block a user