fix linting

This commit is contained in:
2024-01-12 01:48:34 +00:00
parent 0fe0fd97a6
commit 68eebae8cf
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);
}
};
};