mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Merge pull request #809 from silentrald/bugfix/oculus-path-linux
[bugfix-801] fixed issue when downloading oculus version in linux
This commit is contained in:
@@ -107,7 +107,7 @@ export class BsOculusDownloaderService {
|
||||
let downloadVersion: BSVersion
|
||||
|
||||
return of(downloadInfo.token).pipe(
|
||||
switchMap(token => {
|
||||
switchMap(async token => {
|
||||
isOculusTokenValid(token, log.info); // Log token validity
|
||||
if(!downloadInfo.isVerification){
|
||||
return this.createDownloadVersion(downloadInfo.bsVersion).then(({version, dest}) => ({token, version, dest}))
|
||||
|
||||
Reference in New Issue
Block a user