mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-24 12:28:02 +00:00
Fix Connection error while opening WinSCP session using IPV6 address
This commit is contained in:
@@ -42,7 +42,6 @@ export class SSHService {
|
||||
} else {
|
||||
uri += `@${profile.options.host}:${profile.options.port}${cwd ?? '/'}`;
|
||||
}
|
||||
console.log(uri);
|
||||
return uri
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user