1
0
Fork 0

replace os with OS

pull/1112/head
Sergey Dolin 2022-06-09 12:08:09 +02:00
parent 7c3fe0db7d
commit 22b43a3041
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)
if (!chk) {
debug(
`os version: "${osVersion}" does not match version python is built for: "${item.platform_version}"`
`OS version: "${osVersion}" does not match version python is built for: "${item.platform_version}"`
)
}
}