()
| 1736 | null |
| 1737 | try { |
| 1738 | const loadRemote = async () => |
| 1739 | await setRemoteWorkspace(cfg.remoteWorkspace!.baseUrl, authToken, { |
| 1740 | persist: false, |
| 1741 | profileId: remoteProfile?.id ?? cfg.remoteWorkspaceProfileId, |
| 1742 | vaultPath: remoteProfile?.vaultPath ?? null |
| 1743 | }) |
| 1744 | const result = |
| 1745 | win && !win.isDestroyed() |
| 1746 | ? await ipcWindowContext.run(win, loadRemote) |
no test coverage detected