mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
removed error warning
This commit is contained in:
parent
7ac17397e8
commit
c2eed4c7f8
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ import * as core from '@actions/core';
|
|||
import * as tc from '@actions/tool-cache';
|
||||
import {INPUT_JOB_STATUS, DISTRIBUTIONS_ONLY_MAJOR_VERSION} from './constants';
|
||||
import {OutgoingHttpHeaders} from 'http';
|
||||
import {error} from 'console';
|
||||
|
||||
export function getTempDir() {
|
||||
const tempDirectory = process.env['RUNNER_TEMP'] || os.tmpdir();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue