You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a temp item, the module could record the current callstack
Remove-PSFTempItem could then go ahead and clear all items that were created at or below the current callstack parent (e.g. in the same function or all child functions).
This could be used to simply ensure top-level scope cleanup on failure or script-end
The text was updated successfully, but these errors were encountered:
When creating a temp item, the module could record the current callstack
Remove-PSFTempItem could then go ahead and clear all items that were created at or below the current callstack parent (e.g. in the same function or all child functions).
This could be used to simply ensure top-level scope cleanup on failure or script-end
The text was updated successfully, but these errors were encountered: