1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Ignore path error

This commit is contained in:
Brian Fiete 2023-07-24 10:31:42 -07:00
parent 99dcf4f075
commit 52f746aae9

View file

@ -361,7 +361,7 @@ namespace IDE.ui
else else
{ {
String targetDir = scope .(); String targetDir = scope .();
Path.GetDirectoryPath(targetPath, targetDir); Path.GetDirectoryPath(targetPath, targetDir).IgnoreError();
if (!targetDir.IsWhiteSpace) if (!targetDir.IsWhiteSpace)
{ {
defer workingDir.Remove(0, workingDir.Length); defer workingDir.Remove(0, workingDir.Length);