1
0
Fork 0

Improve message

pull/1112/head
Sergey Dolin 2022-06-09 22:53:57 +02:00
parent 22b43a3041
commit 7da345125d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export async function _findMatch(
chk = semver.satisfies(osVersion, item.platform_version) chk = semver.satisfies(osVersion, item.platform_version)
if (!chk) { if (!chk) {
debug( debug(
`OS version: "${osVersion}" does not match version python is built for: "${item.platform_version}"` `OS version: "${osVersion}" does not match the version python binary is built for: "${item.platform_version}"`
) )
} }
} }