Skip to content

Commit 8996c54

Browse files
authored
Go: fix tracing spec for windows
1 parent dbefe73 commit 8996c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/codeql-tools/tracing-config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function RegisterExtractorPack()
1010

1111
}
1212
if OperatingSystem == 'windows' then
13-
goExtractor = goExtractor .. 'go-extractor.exe'
13+
goExtractor = goExtractor .. '.exe'
1414
patterns = {
1515
CreatePatternMatcher({'^go%-autobuilder%.exe$'}, MatchCompilerName,
1616
nil, {trace = false}),

0 commit comments

Comments
 (0)