Skip to content

Commit 839f102

Browse files
authored
Fix the Static analysis Help Issue (#24916)
* Fix static analysis help check issue * Fix static analysis help check issue * Fix static analysis issue
1 parent c8912d6 commit 839f102

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/Tools.Common/Loaders/SharedAssemblyLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private static void PreloadSharedAssemblies(string directory)
5353
}
5454
else
5555
{
56-
Console.WriteLine($"PreloadSharedAssemblies: Could not find directory {libFolder}.");
56+
Console.WriteLine($"PreloadSharedAssemblies: Could not find directory {sharedAssemblyFolder}.");
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)