[feature-274] nothing juste a timout for tests

This commit is contained in:
MathieuG-P
2023-09-28 21:01:32 +02:00
parent 8bfe4caa5e
commit e032d7b453
+3 -1
View File
@@ -61,7 +61,9 @@ const createWindow = async (window: AppWindow = "launcher.html") => {
}
WindowManagerService.getInstance().openWindow(window);
BsOculusDownloaderService.getInstance().downloadVersion({} as BSVersion).then(console.log).catch(console.error);
setTimeout(() => { // TODO : to remove (test)
BsOculusDownloaderService.getInstance().downloadVersion({} as BSVersion).then(console.log).catch(console.error);
}, 3000);
};
const initServicesMustBeInitialized = () => {