Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Jun 14, 2024
1 parent 06c09c4 commit 5371a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check-for-missing-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (process.argv.length < 4) {

(async () => {
const files = await fs.promises.readdir(process.argv[2]);
const lang = process.argv[3];
const lang = process.argv[3];
const missingNames = [];
for (const file of files) {
if (file.endsWith(".json")) {
Expand Down

0 comments on commit 5371a12

Please sign in to comment.