mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Ignore path error
This commit is contained in:
parent
99dcf4f075
commit
52f746aae9
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ namespace IDE.ui
|
|||
else
|
||||
{
|
||||
String targetDir = scope .();
|
||||
Path.GetDirectoryPath(targetPath, targetDir);
|
||||
Path.GetDirectoryPath(targetPath, targetDir).IgnoreError();
|
||||
if (!targetDir.IsWhiteSpace)
|
||||
{
|
||||
defer workingDir.Remove(0, workingDir.Length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue