Skip to content

Commit

Permalink
Merge branch 'main' into fix-handle-error-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jun 2, 2024
2 parents c630ec6 + e560044 commit d4366ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/scripts/process-messages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const seen = new Set();

for (const category of fs.readdirSync('messages')) {
if (category.startsWith('.')) continue;

messages[category] = {};

for (const file of fs.readdirSync(`messages/${category}`)) {
Expand Down

0 comments on commit d4366ff

Please sign in to comment.