mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 07:25:47 +03:00
include stacktraces in runner scripts
This commit is contained in:
parent
cca6e25202
commit
d5c82a63e0
@ -1,2 +1,3 @@
|
||||
cd game
|
||||
game.exe > ..\\output.txt
|
||||
set RUST_BACKTRACE=1
|
||||
game.exe 1> ..\\output.txt 2>&1
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd game
|
||||
./game
|
||||
RUST_BACKTRACE=1 ./game
|
||||
|
Loading…
Reference in New Issue
Block a user