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 eb5518f commit f901b8dCopy full SHA for f901b8d
1 file changed
PipeScript.ps1.psm1
@@ -104,6 +104,6 @@ Will not interactively transpile {$callingScriptBlock} ( because it would overwr
104
return
105
}
106
107
-$MyInvocation.MyCommand.Module.OnRemove = {
+$MyInvocation.MyCommand.ScriptBlock.Module.OnRemove = {
108
$global:ExecutionContext.SessionState.InvokeCommand.CommandNotFoundAction = $null
109
0 commit comments