Skip to content

Commit 4cf238e

Browse files
committed
chore: merge changes
2 parents 3ad0105 + e3e60da commit 4cf238e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/proxy/ssh/AgentForwarding.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export class LazySSHAgent extends BaseAgent {
8585
const keys = identities.map((identity) => identity.publicKeyBlob);
8686

8787
console.log(`[LazyAgent] Returning ${keys.length} identities`);
88-
8988
if (keys.length === 0) {
9089
throw new Error(
9190
'No identities found. Run ssh-add <key> on this terminal to add your SSH key.',

0 commit comments

Comments
 (0)