Skip to content

Commit 87e0c85

Browse files
committed
Update dist
1 parent 7006ea8 commit 87e0c85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dist/setup/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10376,10 +10376,12 @@ function _findMatch(versionSpec, stable, candidates, archFilter) {
1037610376
if (semver.satisfies(version, versionSpec) &&
1037710377
(!stable || candidate.stable === stable)) {
1037810378
file = candidate.files.find(item => {
10379-
core_1.debug(`${item.arch}===${archFilter} && ${item.platform}===${platFilter}`);
10379+
core_1.info(`${item.arch}===${archFilter} && ${item.platform}===${platFilter}`);
1038010380
let chk = item.arch === archFilter && item.platform === platFilter;
10381+
core_1.info(`chk = ${chk}`);
1038110382
if (chk && item.platform_version) {
1038210383
const osVersion = module.exports._getOsVersion();
10384+
core_1.info(`osVersion : ${osVersion}===${item.platform}`);
1038310385
if (osVersion === item.platform_version) {
1038410386
chk = true;
1038510387
}
@@ -71239,4 +71241,4 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
7123971241
/******/ module.exports = __webpack_exports__;
7124071242
/******/
7124171243
/******/ })()
71242-
;
71244+
;

0 commit comments

Comments
 (0)