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 1e287f5 commit 91acb07Copy full SHA for 91acb07
Justfile
@@ -1,7 +1,7 @@
1
import 'c.just'
2
alias build-rust-debug := build-rust
3
4
-set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]
+set windows-shell := ["pwsh.exe", "-NoLogo", "-Command", "$ErrorActionPreference = 'Stop';"]
5
set dotenv-load := true
6
7
set-trace-env-vars := if os() == "windows" { "$env:RUST_LOG='none,hyperlight-host=info';" } else { "RUST_LOG=none,hyperlight-host=info" }
0 commit comments