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:
gambas 2018-09-21 13:00:37 +02:00
parent 6d1399aa23
commit 2ee354526c

View file

@ -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)