Skip to content

Commit fb6a587

Browse files
committed
change warning message as suggested
1 parent c8815dc commit fb6a587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/android-project-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
199199
try {
200200
shell.sed('-i', /__PACKAGE__/, this.$projectData.projectId, userAppGradleFilePath);
201201
} catch(e) {
202-
this.$logger.warn(`\n${e}.\nIt's possible you're using an old template.`);
202+
this.$logger.warn(`\n${e}.\nCheck if you're using an outdated template and update it.`);
203203
}
204204
}).future<void>()();
205205
}

0 commit comments

Comments
 (0)