mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
Fix Connection error while opening WinSCP session using IPV6 address
This commit is contained in:
parent
e4ceb3ee6a
commit
76931e69ad
1 changed files with 3 additions and 4 deletions
|
@ -42,7 +42,6 @@ export class SSHService {
|
|||
} else {
|
||||
uri += `@${profile.options.host}:${profile.options.port}${cwd ?? '/'}`;
|
||||
}
|
||||
console.log(uri);
|
||||
return uri
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue