mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
redirect stderr for compile args
This commit is contained in:
parent
d5d257459c
commit
6acd5a0491
1 changed files with 1 additions and 1 deletions
2
packages/gleam/0.27.0/run
vendored
2
packages/gleam/0.27.0/run
vendored
|
@ -2,4 +2,4 @@
|
|||
|
||||
shift
|
||||
cd project
|
||||
gleam run $(cat compile_args) -- "$@"
|
||||
gleam run $(cat ../compile_args 2> /dev/null) -- "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue