Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fixes undefined exception
main
Eric Amodio
6 anos atrás
pai
8d030accf5
commit
c4d7de1978
1 arquivos alterados
com
3 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-1
src/views/gitExplorer.ts
+ 3
- 1
src/views/gitExplorer.ts
Ver arquivo
@ -202,7 +202,9 @@ export class GitExplorer extends Disposable implements TreeDataProvider
this
.
setRoot
(
await
this
.
getRootNode
(
window
.
activeTextEditor
)
)
;
}
this
.
_root
!
.
refresh
(
)
;
if
(
this
.
_root
!==
undefined
)
{
this
.
_root
.
refresh
(
)
;
}
this
.
_onDidChangeTreeData
.
fire
(
)
;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar