Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuria-Shikibe committed Dec 23, 2023
1 parent 4aea66b commit 9076591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arc/io/FileTree.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export namespace OS{
});

if(it == subDirectories.end()){
File file = root.subFile("name");
File file = root.subFile(name);
file.createDirQuiet();
return file;
}
Expand Down

0 comments on commit 9076591

Please sign in to comment.