This website works better with JavaScript.
Почетна
Преглед
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Fixes undefined exception
main
Eric Amodio
пре 6 година
родитељ
8d030accf5
комит
c4d7de1978
1 измењених фајлова
са
3 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/views/gitExplorer.ts
+ 3
- 1
src/views/gitExplorer.ts
Прегледај датотеку
@ -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
(
)
;
}
Write
Preview
Loading…
Откажи
Сачувај