mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
disable output coloring of deno
This commit is contained in:
parent
17c4fdb51e
commit
32012483a3
2 changed files with 2 additions and 2 deletions
2
packages/deno/1.16.2/run
vendored
2
packages/deno/1.16.2/run
vendored
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
DENO_DIR=$PWD deno run $@
|
||||
DENO_DIR=$PWD NO_COLOR=true deno run $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue