[feature] Add translation for "BS_LAUNCHING" event + add TODO

This commit is contained in:
MathieuG-P
2023-06-27 11:38:19 +02:00
parent b7e287c86a
commit 1661a61bab
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ export class BSLauncherService{
const launchArgs = this.buildBsLaunchArgs(launchOptions);
obs.next({type: BSLaunchEventType.BS_LAUNCHING});
obs.next({type: BSLaunchEventType.BS_LAUNCHING}); // Add BS_FORCE_LAUNCH when steam not succeded to launch
await this.launchBSProcess(exePath, launchArgs, launchOptions.debug).catch(() => {
obs.error({type: BSLaunchErrorType.BS_EXIT_ERROR} as BSLaunchErrorEvent);