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.
1 parent b017179 commit 70a1d54Copy full SHA for 70a1d54
powershell-adapter/psDscAdapter/psDscAdapter.psm1
@@ -251,6 +251,7 @@ function Invoke-DscCacheRefresh {
251
} else {
252
$dscResourceCacheEntries = $cache.ResourceCache
253
254
+
255
if ($dscResourceCacheEntries.Count -eq 0) {
256
# if there is nothing in the cache file - refresh cache
257
$refreshCache = $true
0 commit comments