fix linting

This commit is contained in:
2025-02-11 07:09:47 +00:00
parent 4e720caa0a
commit 2b97c60ea5
2 changed files with 2 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ export function readJSONFile (path) {
console.log(`error: ${path} was not found.`);
exit(1);
}
};
};