We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbefe73 commit 8996c54Copy full SHA for 8996c54
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