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 2c550c2 commit b7a5415Copy full SHA for b7a5415
run.ps1
@@ -1,4 +1,5 @@
1
+#!/usr/bin/env pwsh
2
Set-StrictMode -Version Latest
-$file = "$PSScriptRoot\lib\cli.js"
3
+$file = "$PSScriptRoot/lib/cli.js"
4
if (Test-Path "$file.map") { & node --enable-source-maps $file @args }
5
else { & node $file @args }
0 commit comments