mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
logging code
This commit is contained in:
parent
96236d7072
commit
2b05c00514
2 changed files with 1 additions and 0 deletions
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
|
@ -55,6 +55,7 @@ async function write(directory: string, settings: string) {
|
|||
// default flag is 'w'
|
||||
return fs.writeFileSync(location, settings, {encoding: 'utf-8'});
|
||||
}
|
||||
console.log(`code ${e.code} and O_EXCL ${fs.constants.O_EXCL}`);
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue