diff options
Diffstat (limited to 'dev/bin/dictionary-validate.js')
-rw-r--r-- | dev/bin/dictionary-validate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/bin/dictionary-validate.js b/dev/bin/dictionary-validate.js index e7c3562e..a2da31e5 100644 --- a/dev/bin/dictionary-validate.js +++ b/dev/bin/dictionary-validate.js @@ -39,4 +39,4 @@ async function main() { await testDictionaryFiles(mode, dictionaryFileNames); } -main(); +await main(); |