chore: fix directory separator on windows (#2736)

This commit is contained in:
Karol Sójko
2024-01-02 10:02:11 +01:00
committed by GitHub
parent e6d7bcecae
commit 5f5d817e04
2 changed files with 5 additions and 1 deletions

View File

@@ -1187,6 +1187,7 @@ export class Dependencies {
return new HomeServerService(
this.get<DesktopDeviceInterface>(TYPES.DeviceInterface),
this.options.platform,
this.get<InternalEventBus>(TYPES.InternalEventBus),
)
})