Merge pull request #79 from HexF/patch-1

Disable color output for deno
This commit is contained in:
Brian Seymour 2021-02-23 22:24:14 -06:00 committed by GitHub
commit 46edb3b478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
cd /tmp/$1
timeout -s KILL 3 xargs -a args.args -d '\n' deno run code.code < stdin.stdin
timeout -s KILL 3 xargs -a args.args -d '\n' NO_COLOR=true deno run code.code < stdin.stdin