[Workspaces] eliminate crash threat (#35535)
Co-authored-by: Seraphima <zykovas91@gmail.com>
This commit is contained in:
Родитель
c3fe541139
Коммит
b0be69a1b7
|
@ -398,6 +398,11 @@ namespace WorkspacesEditor.ViewModels
|
|||
|
||||
public async void LaunchProject(Project project, bool exitAfterLaunch = false)
|
||||
{
|
||||
if (project == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
await Task.Run(() => RunLauncher(project.Id, InvokePoint.EditorButton));
|
||||
if (_workspacesEditorIO.ParseWorkspaces(this).Result == true)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче