mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[chore] add log when launching a version
This commit is contained in:
@@ -64,6 +64,8 @@ export class BSLauncherService {
|
||||
|
||||
public launch(launchOptions: LaunchOption): Observable<BSLaunchEventData>{
|
||||
|
||||
log.info("Launch version", launchOptions);
|
||||
|
||||
const launcher = this.getStoreLauncherFromVersion(launchOptions.version);
|
||||
|
||||
if(!launcher){
|
||||
|
||||
Reference in New Issue
Block a user