added a string.Format
This commit is contained in:
parent
464f2d9a6c
commit
11ea49dc7c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ namespace Microsoft.DotNet.Tools.New
|
|||
{
|
||||
if (File.Exists(Path.Combine(Directory.GetCurrentDirectory(), entry)))
|
||||
{
|
||||
Reporter.Error.WriteLine(LocalizableStrings.ProjectContainsError, languageName, entry);
|
||||
Reporter.Error.WriteLine(string.Format(LocalizableStrings.ProjectContainsError, languageName, entry));
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue