Skip to content

Commit 1c914ad

Browse files
committed
update _doMigration()
1 parent 688e2ef commit 1c914ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EIDEProjectMigration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ async function _doMigration(projectRootDir: File) {
2828
const prjCfg = ProjectConfiguration.parseProjectFile(projCfgFile.Read());
2929

3030
if (compareVersion(prjCfg.version, '4.0') < 0) {
31+
GlobalEvent.log_info(`migration ${projCfgFile.path} from ${prjCfg.version} to 4.0`);
3132
for (const key in prjCfg.targets) {
3233
const target = prjCfg.targets[key];
3334
// rename compileConfig to toolchainConfig

0 commit comments

Comments
 (0)