Skip to content

Commit

Permalink
fix: yes
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckySoLucky committed Jun 26, 2024
1 parent 0912ed5 commit 9daae1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/scripts/parseNEURepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export const NEU_CONSTANTS = new Map();

export async function parseNEURepository() {
const timeNow = performance.now();
if (fs.statSync("src/lib/constants/NotEnoughUpdates-REPO/items").isDirectory()) {
return;
}

const items = fs.readdirSync("src/lib/constants/NotEnoughUpdates-REPO/items");
for (const item of items) {
Expand Down

0 comments on commit 9daae1c

Please sign in to comment.