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 182c73f commit 791d051Copy full SHA for 791d051
PipeScript.ps1.psm1
@@ -9,6 +9,7 @@ foreach ($transpilerCmd in Get-Transpiler) {
9
}
10
11
$MyModule = $MyInvocation.MyCommand.ScriptBlock.Module
12
-$aliasNames += [GetExports("Alias")]$MyModule
+$aliasNames +=
13
+ [GetExports("Alias")]$MyModule
14
15
Export-ModuleMember -Function * -Alias $aliasNames
0 commit comments