mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 22:16:26 +02:00
filter stdout for compiling as well
This commit is contained in:
parent
8be44bd99c
commit
28a29ca7ed
2 changed files with 3 additions and 1 deletions
1
packages/gleam/0.27.0/run
vendored
1
packages/gleam/0.27.0/run
vendored
|
@ -2,4 +2,5 @@
|
|||
|
||||
shift
|
||||
cd project
|
||||
# Awk is used to remove lines from the output that don't help for the piston output.
|
||||
gleam run $(cat ../compile_args 2> /dev/null) -- "$@" | awk "NR>=4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue