mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
typo (#9378)
This commit is contained in:
parent
9690ce5e87
commit
3f6483e501
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ export async function checkPy3Available() {
|
||||||
output.includes("Python 3."),
|
output.includes("Python 3."),
|
||||||
`The ${
|
`The ${
|
||||||
Deno.build.os == "windows" ? "python.exe" : "python3"
|
Deno.build.os == "windows" ? "python.exe" : "python3"
|
||||||
} in your path is not is not Python 3.`,
|
} in your path is not Python 3.`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue