We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437483e commit 4a03dc5Copy full SHA for 4a03dc5
src/remote.ts
@@ -182,7 +182,7 @@ export class Remote {
182
const workspaceName = `${parts.username}/${parts.workspace}`
183
184
// Migrate "session_token" file to "session", if needed.
185
- this.storage.migrateSessionToken(parts.label)
+ await this.storage.migrateSessionToken(parts.label)
186
187
// Get the URL and token belonging to this host.
188
const { url: baseUrlRaw, token } = await this.storage.readCliConfig(parts.label)
0 commit comments