updating test and io package

This commit is contained in:
Vallie Joseph
2022-12-08 05:38:33 +00:00
parent 4486413e9e
commit 3f2a760a30
3 changed files with 3 additions and 3 deletions

View File

@@ -1571,4 +1571,4 @@ async function createSymlinkDir(real: string, link: string): Promise<void> {
} else {
await fs.symlink(real, link)
}
}
}