Merge branch 'master' into master

This commit is contained in:
Thomas Hobson 2023-02-20 14:10:31 +13:00 committed by GitHub
commit 67c754e1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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 "$@"