Skip to content

Commit 79e5983

Browse files
committed
Fix: Mucked array declaration
1 parent d7f0054 commit 79e5983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Global $_WD_ERROR_MSGBOX = True ; Shows in compiled scripts error messages in ms
321321
Global $_WD_DEBUG = $_WD_DEBUG_Info ; Trace to console and show web driver app
322322

323323
Global $_WD_WINHTTP_TIMEOUTS = True
324-
Global $_WD_HTTPTimeOuts[3] = [0, 60000, 30000, 30000]
324+
Global $_WD_HTTPTimeOuts[4] = [0, 60000, 30000, 30000]
325325
#EndRegion Global Variables
326326

327327
; #FUNCTION# ====================================================================================================================

0 commit comments

Comments
 (0)