diff options
Diffstat (limited to 'dev/bin/dictionary-validate.js')
| -rw-r--r-- | dev/bin/dictionary-validate.js | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/bin/dictionary-validate.js b/dev/bin/dictionary-validate.js index 0affb919..dc01815e 100644 --- a/dev/bin/dictionary-validate.js +++ b/dev/bin/dictionary-validate.js @@ -18,6 +18,7 @@  import {testDictionaryFiles} from '../dictionary-validate.js'; +/** */  async function main() {      const dictionaryFileNames = process.argv.slice(2);      if (dictionaryFileNames.length === 0) {  |