diff --git a/dist/setup/index.js b/dist/setup/index.js index 6070fedcf..5bcdb7247 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -93461,6 +93461,7 @@ exports.PLATFORM = (() => { return 'linux'; return 'mac'; })(); +// /***/ }), diff --git a/src/utils.ts b/src/utils.ts index 1871168ef..68cd8b705 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -4,3 +4,4 @@ export const PLATFORM = ((): 'windows' | 'linux' | 'mac' => { if (process.platform === 'linux') return 'linux'; return 'mac'; })(); +//