mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Fixed typo
This commit is contained in:
parent
0a1d3c8486
commit
7458efc67f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ namespace IDE.ui
|
||||||
String projectFilePath = scope String()..Append(projDirectory, "/BeefProj.toml");
|
String projectFilePath = scope String()..Append(projDirectory, "/BeefProj.toml");
|
||||||
if (File.Exists(projectFilePath))
|
if (File.Exists(projectFilePath))
|
||||||
{
|
{
|
||||||
gApp.Fail(scope String()..AppendF("A Beef projects already exists at '{0}'", projDirectory));
|
gApp.Fail(scope String()..AppendF("A Beef project already exists at '{0}'", projDirectory));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue