0
0
Fork 0
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:
Ry Dahl 2019-10-21 14:20:58 -04:00 committed by Bert Belder
parent f1fa3bd792
commit 1f52c66ced

View file

@ -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())