Version control: Pushing to Git repository was crashing in some cases.
[DEVELOPMENT ENVIRONMENT] * BUG: Version control: Pushing to Git repository was crashing in some cases.
This commit is contained in:
parent
6d1399aa23
commit
2ee354526c
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ Public Sub Process_Read()
|
|||
If Not $bAuth Then GetAuthentication()
|
||||
If Not $sUser Then Goto CANCEL
|
||||
Print #Last, $sUser
|
||||
Insert(User & "\n")
|
||||
Insert($sUser & "\n")
|
||||
$sOutput = ""
|
||||
Else If InStr(sLine, "password", 1, gb.IgnoreCase) Then
|
||||
'If $bOutput Then Insert(sLine)
|
||||
|
|
Loading…
Reference in a new issue