mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
fix minor nitpicks
This commit is contained in:
parent
e6d2942770
commit
fb17d0223d
4 changed files with 5 additions and 9 deletions
3
dist/cleanup/index.js
vendored
3
dist/cleanup/index.js
vendored
|
@ -1535,8 +1535,7 @@ const os_1 = __importDefault(__webpack_require__(87));
|
|||
const path_1 = __importDefault(__webpack_require__(622));
|
||||
const tc = __importStar(__webpack_require__(533));
|
||||
function getTempDir() {
|
||||
let tempDirectory = process.env['RUNNER_TEMP'] || os_1.default.tmpdir();
|
||||
return tempDirectory;
|
||||
return process.env['RUNNER_TEMP'] || os_1.default.tmpdir();
|
||||
}
|
||||
exports.getTempDir = getTempDir;
|
||||
function getVersionFromToolcachePath(toolPath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue