Merge pull request #102 from Zagrios/bugfix/cant-manage-versions/101

fix error libsFolders not iterable
This commit is contained in:
MathieuG-P
2023-01-13 01:01:12 +01:00
committed by GitHub
+3
View File
@@ -50,6 +50,9 @@ export class OculusService {
public async getGameFolder(gameFolder: string): Promise<string>{
const libsFolders = await this.getOculusLibsPath();
if(!libsFolders){ return null; }
const rootLibDir = "Software"
for(const lib of libsFolders){