1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-10-28 04:00:02 +01:00

disable output coloring of deno

This commit is contained in:
materemias 2023-02-17 15:17:00 +01:00 committed by GitHub
commit 32012483a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
packages/deno
1.16.2
1.7.5

View file

@ -1,3 +1,3 @@
#!/bin/bash
DENO_DIR=$PWD deno run $@
DENO_DIR=$PWD NO_COLOR=true deno run $@

View file

@ -1,2 +1,2 @@
#!/bin/bash
DENO_DIR=$PWD deno run "$@"
DENO_DIR=$PWD NO_COLOR=true deno run "$@"