File tree 2 files changed +2
-2
lines changed
powershell-adapter/psDscAdapter
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ function Invoke-DscCacheRefresh {
255
255
" Checking cache for stale entries" | Write-DscTrace
256
256
257
257
foreach ($cacheEntry in $dscResourceCacheEntries ) {
258
- " Checking cache entry '$ ( $cacheEntry.Type ) $ ( $cacheEntry.LastWriteTimes ) '" | Write-DscTrace - Operation Trace
258
+ # "Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
259
259
260
260
$cacheEntry.LastWriteTimes.PSObject.Properties | ForEach-Object {
261
261
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ function Invoke-DscCacheRefresh {
81
81
" Checking cache for stale entries" | Write-DscTrace
82
82
83
83
foreach ($cacheEntry in $dscResourceCacheEntries ) {
84
- " Checking cache entry '$ ( $cacheEntry.Type ) $ ( $cacheEntry.LastWriteTimes ) '" | Write-DscTrace - Operation Trace
84
+ # "Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
85
85
86
86
$cacheEntry.LastWriteTimes.PSObject.Properties | ForEach-Object {
87
87
You can’t perform that action at this time.
0 commit comments