1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Fixed issue manually adding project in same directory as workspace

This commit is contained in:
Brian Fiete 2020-12-14 05:49:58 -08:00
parent b1f526dcad
commit 9560a8de88

View file

@ -2122,6 +2122,8 @@ namespace IDE
int lastSlash = relPath.LastIndexOf('/');
if (lastSlash != -1)
relPath.RemoveToEnd(lastSlash);
else
relPath.Set(".");
/*var endStr = "/BeefProj.toml";
if (relPath.EndsWith(endStr))