mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
Maybe fix powershell
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
param (
|
||||
[Parameter][bool]$Baseline = $False,
|
||||
[Parameter][bool]$Fast = $False
|
||||
[switch] $Baseline = $False,
|
||||
[switch] $Fast = $False
|
||||
)
|
||||
|
||||
$ErrorActionPreference = 'Stop' # Setting strict mode, similar to 'set -euo pipefail' in bash
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
param (
|
||||
[Parameter][bool]$Baseline = $False,
|
||||
[Parameter][bool]$Fast = $False
|
||||
[switch] $Baseline = $False,
|
||||
[switch] $Fast = $False
|
||||
)
|
||||
|
||||
$ErrorActionPreference = 'Stop' # Setting strict mode, similar to 'set -euo pipefail' in bash
|
||||
|
||||
Reference in New Issue
Block a user