mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Go: fix tracing spec for windows
This commit is contained in:
@@ -10,7 +10,7 @@ function RegisterExtractorPack()
|
||||
|
||||
}
|
||||
if OperatingSystem == 'windows' then
|
||||
goExtractor = goExtractor .. 'go-extractor.exe'
|
||||
goExtractor = goExtractor .. '.exe'
|
||||
patterns = {
|
||||
CreatePatternMatcher({'^go%-autobuilder%.exe$'}, MatchCompilerName,
|
||||
nil, {trace = false}),
|
||||
|
||||
Reference in New Issue
Block a user