This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds gate to disconnect to avoid reentry
main
Eric Amodio
2 years ago
parent
287114d837
commit
157d46fe2a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/git/remotes/provider.ts
+ 1
- 0
src/git/remotes/provider.ts
View File
@ -350,6 +350,7 @@ export abstract class RichRemoteProvider extends RemoteProvider {
}
}
@gate
(
)
@log
(
)
async
disconnect
(
silent
:
boolean
=
false
)
:
Promise
<
void
>
{
const
connected
=
this
.
_session
!=
null
;
Write
Preview
Loading…
Cancel
Save