Skip to content

Commit b64f6b0

Browse files
committed
Update utils.ts
1 parent 0b43257 commit b64f6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

create-onchain/src/utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ async function copyFile(src: string, dest: string) {
55
await fs.copyFile(src, dest);
66
}
77

8+
// blah blah
89
async function copyDir(src: string, dest: string) {
910
await fs.mkdir(dest, { recursive: true });
1011
const entries = await fs.readdir(src, { withFileTypes: true });

0 commit comments

Comments
 (0)