mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-08-27 21:09:54 -04:00
delete 多余readSystemModules function Signed-off-by: jiangbo <jiangbo91@huawei.com>
This commit is contained in:
@@ -305,13 +305,6 @@ function filterWorker(workerPath) {
|
||||
}
|
||||
})();
|
||||
|
||||
;(function readSystemModules() {
|
||||
const systemModulesPath = path.resolve(__dirname,'../../api');
|
||||
if (fs.existsSync(systemModulesPath)) {
|
||||
systemModules.push(...fs.readdirSync(systemModulesPath));
|
||||
}
|
||||
})();
|
||||
|
||||
;(function readSystemModules() {
|
||||
const systemModulesPath = path.resolve(__dirname,'../../api');
|
||||
if (fs.existsSync(systemModulesPath)) {
|
||||
|
||||
Reference in New Issue
Block a user