aboutsummaryrefslogtreecommitdiff
path: root/dev/bin/dictionary-validate.js
diff options
context:
space:
mode:
Diffstat (limited to 'dev/bin/dictionary-validate.js')
-rw-r--r--dev/bin/dictionary-validate.js2
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();