mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature] Add translation for "BS_LAUNCHING" event + add TODO
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user