wait for git processes to end
This commit is contained in:
@@ -381,6 +381,7 @@ namespace FlaxEditor.Windows
|
||||
Arguments = $"clone {gitPath} \"{clonePath}\"",
|
||||
ShellExecute = false,
|
||||
LogOutput = true,
|
||||
WaitForEnd = true
|
||||
};
|
||||
Platform.CreateProcess(ref settings);
|
||||
}
|
||||
@@ -402,6 +403,7 @@ namespace FlaxEditor.Windows
|
||||
Arguments = "submodule update --init",
|
||||
ShellExecute = false,
|
||||
LogOutput = true,
|
||||
WaitForEnd = true
|
||||
};
|
||||
Platform.CreateProcess(ref settings);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user