mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-06 07:19:39 +00:00
return but shoudl still fail
This commit is contained in:
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -4167,7 +4167,7 @@ function write(directory, settings) {
|
||||
const location = path.join(directory, exports.SETTINGS_FILE);
|
||||
console.log(`writing ${location} with options ${options}`);
|
||||
try {
|
||||
fs.writeFileSync(location, settings, options);
|
||||
return fs.writeFileSync(location, settings, options);
|
||||
}
|
||||
catch (e) {
|
||||
if (e.code == fs.constants.O_EXCL) {
|
||||
|
Reference in New Issue
Block a user