mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 00:21:05 -05:00
Makes shebang Linux compatible (#2694)
This commit is contained in:
parent
ac269beabe
commit
ef63ec763a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env deno run --reload --allow-run
|
||||
#!/usr/bin/env -S deno run --reload --allow-run
|
||||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
import "./unit_tests.ts";
|
||||
import { permissionCombinations, parseUnitTestOutput } from "./test_util.ts";
|
||||
|
|
Loading…
Reference in a new issue