Go: fix tracing spec for windows

This commit is contained in:
Arthur Baars
2022-08-23 20:00:10 +02:00
committed by GitHub
parent dbefe73b62
commit 8996c54b8e

View File

@@ -10,7 +10,7 @@ function RegisterExtractorPack()
} }
if OperatingSystem == 'windows' then if OperatingSystem == 'windows' then
goExtractor = goExtractor .. 'go-extractor.exe' goExtractor = goExtractor .. '.exe'
patterns = { patterns = {
CreatePatternMatcher({'^go%-autobuilder%.exe$'}, MatchCompilerName, CreatePatternMatcher({'^go%-autobuilder%.exe$'}, MatchCompilerName,
nil, {trace = false}), nil, {trace = false}),