mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-26 13:10:36 +03:00
potentially fix agent auth bug
This commit is contained in:
parent
d1b10fefae
commit
3aeac5610b
@ -33,7 +33,8 @@ extraResources:
|
||||
- builtin-plugins
|
||||
- extras
|
||||
asarUnpack:
|
||||
- dist/*.map
|
||||
- 'dist/*.map'
|
||||
- '**/node_modules/ssh2'
|
||||
publish:
|
||||
- provider: github
|
||||
|
||||
|
@ -585,7 +585,7 @@ export class SSHSession extends BaseSession {
|
||||
continue
|
||||
}
|
||||
}
|
||||
return method
|
||||
return method.type
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user