Remove the 'Wait' instruction, that should be useless now.

[GB.HIGHLIGHT]
* BUG: Remove the 'Wait' instruction, that should be useless now.
This commit is contained in:
Benoît Minisini 2023-10-29 16:49:41 +01:00
parent 67d024b283
commit e5944b8b50
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -278,7 +278,7 @@ Static Private Sub CreateCustomHighlighter(sHighlight As String, sPath As String
Shell "cd " & Shell$(sDir) & " && gba3 2>&1" To sOutput
sOutput = Trim(sOutput)
If Process.LastValue And If sOutput Then Error.Raise(sOutput)
Wait 0.1
Component.Load(sDir &/ "gb.highlight." & sHighlight & ".gambas")
Catch