File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
extractor/Semmle.Extraction.CSharp.Standalone Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ public static ExitCode Run(Options options)
143143 stopwatch . Start ( ) ;
144144
145145 using var logger = new ConsoleLogger ( options . Verbosity , logThreadId : true ) ;
146- logger . Log ( Severity . Info , "Extracting C# in buildless mode" ) ;
146+ logger . Log ( Severity . Info , "Extracting C# with build- mode set to 'none' " ) ;
147147 using var dependencyManager = new DependencyManager ( options . SrcDir , logger ) ;
148148
149149 if ( ! dependencyManager . NonGeneratedSourcesFiles . Any ( ) )
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ predicate extractionIsStandalone(string key, int value) {
8787 value = 0 and
8888 not extractionIsStandalone ( )
8989 ) and
90- key = "Is buildless extraction "
90+ key = "Is extracted with build-mode set to 'none' "
9191}
9292
9393signature module StatsSig {
You can’t perform that action at this time.
0 commit comments