mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 23:56:05 +02:00
Fixed some path error handling, fixed Debug Sessions
This commit is contained in:
parent
169e351a63
commit
595f35b42e
2 changed files with 17 additions and 9 deletions
|
@ -1042,7 +1042,7 @@ namespace IDE
|
|||
project.mNeedsTargetRebuild = true;
|
||||
|
||||
String targetDir = scope String();
|
||||
Path.GetDirectoryPath(targetPath, targetDir);
|
||||
Path.GetDirectoryPath(targetPath, targetDir).IgnoreError();
|
||||
if (!targetDir.IsEmpty)
|
||||
Directory.CreateDirectory(targetDir).IgnoreError();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue