Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 567c13d

Browse files
committed
Update dist temporary
1 parent c52ac24 commit 567c13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/setup/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10380,7 +10380,7 @@ function _findMatch(versionSpec, stable, candidates, archFilter) {
1038010380
let chk = item.arch === archFilter && item.platform === platFilter;
1038110381
if (chk && item.platform_version) {
1038210382
const osVersion = module.exports._getOsVersion();
10383-
core.info(`osVersion: ${osVersion} platform_version: ${item.platform_version}`)
10383+
core_1.info(`osVersion: ${osVersion} platform_version: ${item.platform_version}`)
1038410384
if (osVersion === item.platform_version) {
1038510385
chk = true;
1038610386
}
@@ -10427,7 +10427,7 @@ function _getOsVersion() {
1042710427
for (const line of lines) {
1042810428
const parts = line.split('=');
1042910429
if (parts.length === 2) {
10430-
core.info(`parts[0]: ${parts[0]} parts[1]: ${parts[1]}`)
10430+
core_1.info(`parts[0]: ${parts[0]} parts[1]: ${parts[1]}`)
1043110431
}
1043210432

1043310433
if (parts.length === 2 &&

0 commit comments

Comments
 (0)