mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Fix build warning (#3146)
This commit is contained in:
parent
f1fa3bd792
commit
1f52c66ced
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ pub fn deno_cmd() -> Command {
|
|||
c
|
||||
}
|
||||
|
||||
#[allow(dead_code)] // tty_tests use this but are disabled.
|
||||
pub fn run_python_script(script: &str) {
|
||||
let output = Command::new("python")
|
||||
.env("DENO_DIR", DENO_DIR.path())
|
||||
|
|
Loading…
Add table
Reference in a new issue