make logging ACTUALLY work
This commit is contained in:
parent
83bd37ca12
commit
6ea29d2e6e
3 changed files with 10 additions and 4 deletions
|
@ -147,8 +147,8 @@ export function fileExistsSync(path: string): boolean {
|
|||
throw new Error("Arg 'path' must not be empty")
|
||||
}
|
||||
|
||||
console.log(path)
|
||||
console.log(fs.realpathSync(path))
|
||||
core.info(path)
|
||||
core.info(fs.realpathSync(path))
|
||||
|
||||
let stats: fs.Stats
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue