mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix] Fix reject error message in OculusService
This commit is contained in:
@@ -114,7 +114,7 @@ export class OculusService {
|
||||
|
||||
setTimeout(() => {
|
||||
clearInterval(interval);
|
||||
reject("Unable to open Oculus");
|
||||
reject(new Error("Unable to open Oculus"));
|
||||
}, sToMs(30));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user