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 656b44f commit 2b2049aCopy full SHA for 2b2049a
New-PipeScript.ps1
@@ -505,7 +505,7 @@ HTTP Accept indicates what content types the web request will accept as a respon
505
"$functionType $FunctionName {"
506
} elseif ($FunctionName) {
507
# Otherwise, we declare it as a command namespace
508
- "$functionName function $functionName {"
+ "$functionType function $functionName {"
509
# (which means we have to transpile).
510
$NoTranspile = $false
511
}
0 commit comments