Compile custom highlighter without using sub-processes.
[GB.HIGHLIGHT] * NEW: Compile custom highlighter without using sub-processes.
This commit is contained in:
parent
f111277e55
commit
378623a500
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ Static Private Sub CreateCustomHighlighter(sHighlight As String, sPath As String
|
|||
sProject = Replace(sProject, "$(startup)", "_TextHighlighter_" & sHighlight)
|
||||
File.Save(sDir &/ ".project", sProject)
|
||||
|
||||
Shell "cd " & Shell$(sDir) & " && gbc3 -agt 2>&1" To sOutput
|
||||
Shell "cd " & Shell$(sDir) & " && gbc3 -agt -j1 2>&1" To sOutput
|
||||
sOutput = Trim(sOutput)
|
||||
If Process.LastValue And If sOutput Then Error.Raise(sOutput)
|
||||
|
||||
|
|
Loading…
Reference in a new issue