1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fixed browse issue with no workspace

This commit is contained in:
Brian Fiete 2020-06-21 10:12:56 -07:00
parent d56af187ca
commit d9b047a924

View file

@ -136,7 +136,7 @@ namespace IDE.ui
GetStartupOption(scope (options) => options.mDebugOptions.mCommand, str); GetStartupOption(scope (options) => options.mDebugOptions.mCommand, str);
String dir = scope String(); String dir = scope String();
Path.GetDirectoryPath(str, dir); Path.GetDirectoryPath(str, dir).IgnoreError();
IDEUtils.FixFilePath(dir); IDEUtils.FixFilePath(dir);
var fileDialog = scope System.IO.OpenFileDialog(); var fileDialog = scope System.IO.OpenFileDialog();