Skip to content

Commit c4f7023

Browse files
authored
Update CmdletDiffAnalyzer.cs (#24830)
1 parent e32646f commit c4f7023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/StaticAnalysis/CmdletDiffAnalyzer/CmdletDiffAnalyzer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public void Analyze(
117117
string moduleName = psd1FileName.Replace(".psd1", "");
118118
Directory.SetCurrentDirectory(directory);
119119

120-
Console.WriteLine("Analyzing module: {0}", moduleName);
120+
Console.WriteLine($"[{nameof(CmdletDiffAnalyzer)}] Analyzing module: {0}", moduleName);
121121
processedHelpFiles.Add(moduleName);
122122

123123
var newModuleMetadata = MetadataLoader.GetModuleMetadata(moduleName);
@@ -855,4 +855,4 @@ string GetSimplifiedOutputTypeName(OutputMetadata outputMetadata)
855855
return outputTypeName;
856856
}
857857
}
858-
}
858+
}

0 commit comments

Comments
 (0)