Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5457041

Browse filesBrowse files
authored
test: debug code
1 parent 4a3d734 commit 5457041
Copy full SHA for 5457041

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎dist/setup/index.js

Copy file name to clipboardExpand all lines: dist/setup/index.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10192,10 +10192,8 @@ function _findMatch(versionSpec, stable, candidates, archFilter) {
1019210192
file = candidate.files.find(item => {
1019310193
core_1.debug(`${item.arch}===${archFilter} && ${item.platform}===${platFilter}`);
1019410194
let chk = item.arch === archFilter && item.platform === platFilter;
10195-
console.log(chk)
1019610195
if (chk && item.platform_version) {
1019710196
const osVersion = module.exports._getOsVersion();
10198-
console.log(osVersion)
1019910197
if (osVersion === item.platform_version) {
1020010198
chk = true;
1020110199
}
@@ -10226,6 +10224,7 @@ function _getOsVersion() {
1022610224
// right now filtering on version is only an ubuntu and macos scenario for tools we build for hosted (python)
1022710225
const plat = os.platform();
1022810226
let version = '';
10227+
console.log(plat)
1022910228
if (plat === 'darwin') {
1023010229
version = cp.execSync('sw_vers -productVersion').toString();
1023110230
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.