Skip to content

Commit

Permalink
Update Choreo.vbs (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming authored Nov 18, 2024
1 parent 02729d7 commit 3bf9b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/AdvantageScope.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dim runObject
' Allow us to catch a script run failure
On Error Resume Next
Set runObj = objShell.Exec(shellScript)
WScript.Sleep 3000
If Err.Number <> 0 Then
If WScript.Arguments.Count > 0 Then
If (WScript.Arguments(0) <> "silent") Then
Expand Down
1 change: 1 addition & 0 deletions files/Choreo.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dim runObject
' Allow us to catch a script run failure
On Error Resume Next
Set runObj = objShell.Exec(shellScript)
WScript.Sleep 3000
If Err.Number <> 0 Then
If WScript.Arguments.Count > 0 Then
If (WScript.Arguments(0) <> "silent") Then
Expand Down

0 comments on commit 3bf9b4a

Please sign in to comment.