mirror of https://github.com/actions/toolkit
fixing linting issues
parent
3f2a760a30
commit
e566d60a34
|
@ -1571,4 +1571,4 @@ async function createSymlinkDir(real: string, link: string): Promise<void> {
|
||||||
} else {
|
} else {
|
||||||
await fs.symlink(real, link)
|
await fs.symlink(real, link)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue