mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 03:55:23 -04:00
@@ -387,6 +387,7 @@ function checkAppResourcePath(appResourcePath, config) {
|
||||
config.cache.buildDependencies.config.push(appResourcePath);
|
||||
}
|
||||
if (!projectConfig.xtsMode) {
|
||||
const appResourcePathSavePath = path.resolve(projectConfig.cachePath, 'resource_path.txt');
|
||||
saveAppResourcePath(appResourcePath, appResourcePathSavePath);
|
||||
if (fs.existsSync(appResourcePathSavePath) && config.cache) {
|
||||
config.cache.buildDependencies.config.push(appResourcePathSavePath);
|
||||
|
||||
Reference in New Issue
Block a user