diff --git a/IDE/src/ui/LaunchDialog.bf b/IDE/src/ui/LaunchDialog.bf index ffbac5f5..cfbbad3e 100644 --- a/IDE/src/ui/LaunchDialog.bf +++ b/IDE/src/ui/LaunchDialog.bf @@ -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);