mirror of
https://github.com/actions/setup-java.git
synced 2026-01-08 12:32:52 +00:00
Update/repair
This commit is contained in:
parent
1b9322d2e6
commit
d310604494
4
dist/cleanup/index.js
vendored
4
dist/cleanup/index.js
vendored
@ -19167,7 +19167,7 @@ FormData.prototype.submit = function (params, cb) {
|
|||||||
request.removeListener('error', callback);
|
request.removeListener('error', callback);
|
||||||
request.removeListener('response', onResponse);
|
request.removeListener('response', onResponse);
|
||||||
|
|
||||||
return cb.call(this, error, responce); // eslint-disable-line no-invalid-this
|
return cb.call(this, error, responce);
|
||||||
};
|
};
|
||||||
|
|
||||||
onResponse = callback.bind(this, null);
|
onResponse = callback.bind(this, null);
|
||||||
@ -19191,7 +19191,7 @@ FormData.prototype._error = function (err) {
|
|||||||
FormData.prototype.toString = function () {
|
FormData.prototype.toString = function () {
|
||||||
return '[object FormData]';
|
return '[object FormData]';
|
||||||
};
|
};
|
||||||
setToStringTag(FormData, 'FormData');
|
setToStringTag(FormData.prototype, 'FormData');
|
||||||
|
|
||||||
// Public API
|
// Public API
|
||||||
module.exports = FormData;
|
module.exports = FormData;
|
||||||
|
|||||||
4
dist/setup/index.js
vendored
4
dist/setup/index.js
vendored
@ -19167,7 +19167,7 @@ FormData.prototype.submit = function (params, cb) {
|
|||||||
request.removeListener('error', callback);
|
request.removeListener('error', callback);
|
||||||
request.removeListener('response', onResponse);
|
request.removeListener('response', onResponse);
|
||||||
|
|
||||||
return cb.call(this, error, responce); // eslint-disable-line no-invalid-this
|
return cb.call(this, error, responce);
|
||||||
};
|
};
|
||||||
|
|
||||||
onResponse = callback.bind(this, null);
|
onResponse = callback.bind(this, null);
|
||||||
@ -19191,7 +19191,7 @@ FormData.prototype._error = function (err) {
|
|||||||
FormData.prototype.toString = function () {
|
FormData.prototype.toString = function () {
|
||||||
return '[object FormData]';
|
return '[object FormData]';
|
||||||
};
|
};
|
||||||
setToStringTag(FormData, 'FormData');
|
setToStringTag(FormData.prototype, 'FormData');
|
||||||
|
|
||||||
// Public API
|
// Public API
|
||||||
module.exports = FormData;
|
module.exports = FormData;
|
||||||
|
|||||||
@ -8,7 +8,6 @@ import {
|
|||||||
convertVersionToSemver,
|
convertVersionToSemver,
|
||||||
extractJdkFile,
|
extractJdkFile,
|
||||||
getDownloadArchiveExtension,
|
getDownloadArchiveExtension,
|
||||||
getGitHubHttpHeaders,
|
|
||||||
isVersionSatisfies,
|
isVersionSatisfies,
|
||||||
renameWinArchive
|
renameWinArchive
|
||||||
} from '../../util';
|
} from '../../util';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user