From aa00ddbd627649439a83067d1774833ad3ea628e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 19 Jan 2024 17:11:56 -0600 Subject: [PATCH] update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 266d18f..8167c04 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ build: make -j8 --dir bld/ rm -rf ~/.cache/lumina/lumina/qmlcache/ run: - RUST_LOG=debug ./bld/bin/lumina + RUST_BACKTRACE=1 RUST_LOG=debug ./bld/bin/lumina lint: cargo clippy clean: