Fix FILES
This commit is contained in:
@@ -121,7 +121,7 @@ r"ファイルを書き込みます。
|
|||||||
import std.functional;
|
import std.functional;
|
||||||
if (project.empty)
|
if (project.empty)
|
||||||
project = convertProjectName(currentProject);
|
project = convertProjectName(currentProject);
|
||||||
if(!isValidProjectName(project))
|
else if(!isValidProjectName(project))
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user