Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
Avoids as any
main
Eric Amodio
3 lat temu
rodzic
26700d7efa
commit
7555abecd8
3 zmienionych plików
z
3 dodań
i
3 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+1
-1
src/commands/git/fetch.ts
+1
-1
src/commands/git/pull.ts
+1
-1
src/commands/git/push.ts
+ 1
- 1
src/commands/git/fetch.ts
Wyświetl plik
@ -76,7 +76,7 @@ export class FetchGitCommand extends QuickCommand
{
}
if
(
state
.
repos
!=
null
&&
!
Array
.
isArray
(
state
.
repos
)
)
{
state
.
repos
=
[
state
.
repos
as
any
]
;
state
.
repos
=
[
state
.
repos
as
string
]
;
}
let
skippedStepOne
=
false
;
+ 1
- 1
src/commands/git/pull.ts
Wyświetl plik
@ -82,7 +82,7 @@ export class PullGitCommand extends QuickCommand
{
}
if
(
state
.
repos
!=
null
&&
!
Array
.
isArray
(
state
.
repos
)
)
{
state
.
repos
=
[
state
.
repos
as
any
]
;
state
.
repos
=
[
state
.
repos
as
string
]
;
}
let
skippedStepOne
=
false
;
+ 1
- 1
src/commands/git/push.ts
Wyświetl plik
@ -88,7 +88,7 @@ export class PushGitCommand extends QuickCommand
{
}
if
(
state
.
repos
!=
null
&&
!
Array
.
isArray
(
state
.
repos
)
)
{
state
.
repos
=
[
state
.
repos
as
any
]
;
state
.
repos
=
[
state
.
repos
as
string
]
;
}
let
skippedStepOne
=
false
;
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz