1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-26 03:27:23 +03:00

potentially fix agent auth bug

This commit is contained in:
Eugene Pankov 2021-06-25 17:27:17 +02:00
parent d1b10fefae
commit 3aeac5610b
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,8 @@ extraResources:
- builtin-plugins
- extras
asarUnpack:
- dist/*.map
- 'dist/*.map'
- '**/node_modules/ssh2'
publish:
- provider: github

View File

@ -585,7 +585,7 @@ export class SSHSession extends BaseSession {
continue
}
}
return method
return method.type
}
}