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:
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 |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue