Skip to content

Commit

Permalink
1.005.37:
Browse files Browse the repository at this point in the history
Changed: Fixed by David #234
-Backspace at the beginning of a line was causing issues.
  • Loading branch information
maestrith committed May 21, 2021
1 parent 4513888 commit 686c467
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AHK-Studio.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -13765,7 +13765,6 @@ URLDownloadToVar(URL){
http.Send()
while(http.ReadyState!=4){
Sleep,100
t("Function: " A_ThisFunc,"Label: " A_ThisLabel,"Line: " A_LineNumber,"HERE!",A_TickCount)
}
http.WaitForResponse
return (http.Status=200?http.ResponseText:"Error")
Expand Down

0 comments on commit 686c467

Please sign in to comment.