Skip to content

Commit

Permalink
chore: npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 13, 2024
1 parent a7b145d commit ce67474
Show file tree
Hide file tree
Showing 3 changed files with 10,009 additions and 22,874 deletions.
3 changes: 3 additions & 0 deletions build/scons-check-lockfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ let foundError = false;

checkDependencies(lockfile.dependencies);
function checkDependencies(deps) {
if (deps === undefined) {
return;
}
const packageNames = Object.keys(deps);
for (const packageName of packageNames) {
const whatever = deps[packageName];
Expand Down
Loading

0 comments on commit ce67474

Please sign in to comment.