1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
This commit is contained in:
Dezső Mészáros 2021-02-03 04:21:48 +01:00 committed by GitHub
parent 9690ce5e87
commit 3f6483e501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ export async function checkPy3Available() {
output.includes("Python 3."),
`The ${
Deno.build.os == "windows" ? "python.exe" : "python3"
} in your path is not is not Python 3.`,
} in your path is not Python 3.`,
);
}