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 f901b8d commit ef6ab16Copy full SHA for ef6ab16
1 file changed
PipeScript.psm1
@@ -143,6 +143,6 @@ Will not interactively transpile {$callingScriptBlock} ( because it would overwr
143
return
144
}
145
146
-$MyInvocation.MyCommand.Module.OnRemove = {
+$MyInvocation.MyCommand.ScriptBlock.Module.OnRemove = {
147
$global:ExecutionContext.SessionState.InvokeCommand.CommandNotFoundAction = $null
148
0 commit comments