From 7e1c6f8a1e6ce896d1d0cb8188f1ceebe56ba0cf Mon Sep 17 00:00:00 2001 From: laibo102 Date: Mon, 29 Aug 2022 16:41:35 +0800 Subject: [PATCH] Bugfix: fix conflict Signed-off-by: laibo102 Change-Id: I09e7ceb5137b1962ee3497e91af9fee064c7b224 --- compiler/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/main.js b/compiler/main.js index daaddd1..21f1ff1 100644 --- a/compiler/main.js +++ b/compiler/main.js @@ -417,6 +417,7 @@ function saveAppResourcePath(appResourcePath, appResourcePathSavePath) { fs.writeFileSync(appResourcePathSavePath, appResourcePath); } } +} function addSDKBuildDependencies(config) { if (projectConfig.localPropertiesPath &&