Skip to content

Commit 40503aa

Browse files
authored
Address review.
1 parent bf0e32a commit 40503aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

csharp/tools/tracing-config.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
function RegisterExtractorPack()
22
local extractor = GetPlatformToolsDirectory() ..
33
'Semmle.Extraction.CSharp.Driver'
4-
if OperatingSystem == 'windows' then
5-
extractor = GetPlatformToolsDirectory() ..
6-
'Semmle.Extraction.CSharp.Driver.exe'
7-
end
4+
if OperatingSystem == 'windows' then extractor = extractor .. '.exe' end
85
local windowsMatchers = {
96
CreatePatternMatcher({'^dotnet%.exe$'}, MatchCompilerName, extractor,
107
{prepend = {'--dotnetexec', '--cil'}}),

0 commit comments

Comments
 (0)