Skip to content

Commit 3399455

Browse files
committed
chore: update comment
1 parent d709eb1 commit 3399455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ export const movePublicFiles = async ({
480480
}
481481

482482
export const removeMetadataFiles = async (publish: string) => {
483-
// Limit concurrent file moves to number of cpus or 2 if there is only 1
483+
// Limit concurrent deletions to number of cpus or 2 if there is only 1
484484
const limit = pLimit(Math.max(2, cpus().length))
485485

486486
const removePromises = HIDDEN_PATHS.map((HIDDEN_PATH) => {

0 commit comments

Comments
 (0)