Skip to content

Commit

Permalink
fixup! Basic Version Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Jan 26, 2024
1 parent 8268691 commit a0428ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleFast.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if ($UseMain) {
& ($bootstrapModule) { $SCRIPT:DefaultSource = 'https://preview.pwsh.gallery/index.json' }
}

if ($args) {
if ($Specification -or $args) {
try {
Write-Debug "Detected we were started with args, running $EntryPoint -Verbose:$Verbose -Debug:$Debug $args"
#We are already splatting args so we can't make this part a splat conditional
Expand Down

0 comments on commit a0428ea

Please sign in to comment.