Skip to content

Commit b7a5415

Browse files
author
Cédric Belin
committed
Update the launch script
1 parent 2c550c2 commit b7a5415

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
#!/usr/bin/env pwsh
12
Set-StrictMode -Version Latest
2-
$file = "$PSScriptRoot\lib\cli.js"
3+
$file = "$PSScriptRoot/lib/cli.js"
34
if (Test-Path "$file.map") { & node --enable-source-maps $file @args }
45
else { & node $file @args }

0 commit comments

Comments
 (0)