mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Added missing ()'s for allocations
This commit is contained in:
parent
2320e2eb8c
commit
40fe76d903
10 changed files with 21 additions and 21 deletions
|
@ -1401,7 +1401,7 @@ namespace IDE
|
|||
public void OpenWorkspace(String dirPath)
|
||||
{
|
||||
gApp.[Friend]mDeferredOpen = .Workspace;
|
||||
var selectedPath = scope String..AppendF(dirPath);
|
||||
var selectedPath = scope String()..AppendF(dirPath);
|
||||
selectedPath.Append(Path.DirectorySeparatorChar);
|
||||
selectedPath.Append("BeefSpace.toml");
|
||||
IDEUtils.FixFilePath(selectedPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue