mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature-274] nothing juste a timout for tests
This commit is contained in:
+3
-1
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user