We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f570cc1 + 8996c54 commit acff279Copy full SHA for acff279
go/codeql-tools/tracing-config.lua
@@ -10,7 +10,7 @@ function RegisterExtractorPack()
10
11
}
12
if OperatingSystem == 'windows' then
13
- goExtractor = goExtractor .. 'go-extractor.exe'
+ goExtractor = goExtractor .. '.exe'
14
patterns = {
15
CreatePatternMatcher({'^go%-autobuilder%.exe$'}, MatchCompilerName,
16
nil, {trace = false}),
0 commit comments