Skip to content

Commit 9cc28e0

Browse files
committed
await has no effects
1 parent 1455197 commit 9cc28e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/npmPack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ for await (const chunk of child.stdout.setEncoding("utf8")) {
6969

7070
await exitCode;
7171

72-
for await (const file of getFilesAddedByCI()) {
72+
for (const file of getFilesAddedByCI()) {
7373
fileList.add(file);
7474
}
7575

0 commit comments

Comments
 (0)