8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4e0d8b + 8c67160 commit 94741ecCopy full SHA for 94741ec
src/Dotnet.Script.Core/Commands/ExecuteScriptCommand.cs
@@ -53,6 +53,7 @@ private string GetLibrary(ExecuteScriptCommandOptions executeOptions)
53
&& TryGetHash(executionCacheFolder, out var cachedHash)
54
&& string.Equals(hash, cachedHash))
55
{
56
+ _logger.Debug($"Using cached compilation: " + pathToLibrary);
57
return pathToLibrary;
58
}
59
0 commit comments