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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/bin/dictionary-validate.js b/dev/bin/dictionary-validate.js
index 78ad5198..0affb919 100644
--- a/dev/bin/dictionary-validate.js
+++ b/dev/bin/dictionary-validate.js
@@ -28,6 +28,7 @@ async function main() {
return;
}
+ /** @type {import('dev/schema-validate').ValidateMode} */
let mode = null;
if (dictionaryFileNames[0] === '--ajv') {
mode = 'ajv';