feat: 调整初始化逻辑 添加core/ext加载路径
This commit is contained in:
@ -28,12 +28,6 @@ var disable;
|
||||
init(root);
|
||||
} catch (ex) {
|
||||
ex.printStackTrace();
|
||||
} finally {
|
||||
disable = function () {
|
||||
if (disablePlugins && typeof(disablePlugins) === "function") {
|
||||
disablePlugins();
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user