aboutsummaryrefslogtreecommitdiff
path: root/dev/bin/dictionary-validate.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-29 20:31:02 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-29 20:31:02 -0500
commitfd8be74abfd8ed46f984a5d0b70adcc8c641b617 (patch)
tree3f9024a3afbeeb6c59ac5be1eddb1a869eab53b6 /dev/bin/dictionary-validate.js
parent59685d00ca5b2e6f7378280f9bbe6af2aeed404f (diff)
Update types
Diffstat (limited to 'dev/bin/dictionary-validate.js')
-rw-r--r--dev/bin/dictionary-validate.js1
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) {