clean up debug stuff
This commit is contained in:
parent
678e777973
commit
b3abc86801
3 changed files with 0 additions and 11 deletions
|
@ -147,9 +147,6 @@ export function fileExistsSync(path: string): boolean {
|
|||
throw new Error("Arg 'path' must not be empty")
|
||||
}
|
||||
|
||||
core.info(path)
|
||||
core.info(fs.realpathSync(path))
|
||||
|
||||
let stats: fs.Stats
|
||||
try {
|
||||
stats = fs.statSync(fs.realpathSync(path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue