fix error libsFolders not iterable

This commit is contained in:
MathieuG-P
2023-01-13 00:59:11 +01:00
parent 220c7940a8
commit 45259f304b
+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){