1
0
Fork 0

updating io package

pull/1251/head
Vallie Joseph 2022-12-06 19:27:29 +00:00
parent 474144201e
commit 1cb496414b
1 changed files with 1 additions and 1 deletions

View File

@ -362,4 +362,4 @@ async function copyFile(
} else if (!(await ioUtil.exists(destFile)) || force) { } else if (!(await ioUtil.exists(destFile)) || force) {
await ioUtil.copyFile(srcFile, destFile) await ioUtil.copyFile(srcFile, destFile)
} }
} }