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 fcf0c6c commit 656b44fCopy full SHA for 656b44f
New-PipeScript.ps1.ps1
@@ -487,7 +487,7 @@ HTTP Accept indicates what content types the web request will accept as a respon
487
"$functionType $FunctionName {"
488
} elseif ($FunctionName) {
489
# Otherwise, we declare it as a command namespace
490
- "$functionName function $functionName {"
+ "$functionType function $functionName {"
491
# (which means we have to transpile).
492
$NoTranspile = $false
493
}
0 commit comments