Skip to content

Commit d5faecf

Browse files
author
Mihail Slavchev
committed
better 'warning' message
1 parent 811c62e commit d5faecf

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
@@ -170,7 +170,7 @@ class AndroidProjectService implements IPlatformProjectService {
170170
var projProp = path.join(projDir, "project.properties");
171171

172172
if (!this.$fs.exists(projProp).wait()) {
173-
this.$logger.warn("File %s does not exist", projProp);
173+
this.$logger.warn("Warning: File %s does not exist", projProp);
174174
return;
175175
}
176176

0 commit comments

Comments
 (0)