Skip to content

Commit b061b5b

Browse files
authored
Update package-resolver.js
1 parent 7c40adb commit b061b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package-resolver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export default class PackageResolver {
472472
this.workspaceLayout = workspaceLayout;
473473
const activity = (this.activity = this.reporter.activity());
474474

475-
for (let req of deps) {
475+
for (const req of deps) {
476476
await this.find(req);
477477
}
478478

0 commit comments

Comments
 (0)