Skip to content

Commit c8c6a8c

Browse files
authored
fix: stop at first @eficode.com profile in auto-detect loop
Agent-Logs-Url: https://github.com/eficode/tscli/sessions/e4c2cee0-bd94-4b03-a13a-6990c5a1604f
1 parent db93e8d commit c8c6a8c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cookies.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const resolveProfile = (
4848

4949
if (!profileOrHint && email.endsWith('@eficode.com')) {
5050
eficodeProfile = dir;
51+
break;
5152
}
5253
} catch {
5354
/* skip unreadable profiles */

0 commit comments

Comments
 (0)