summaryrefslogtreecommitdiff
path: root/dev/bin/schema-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/schema-validate.js
parent59685d00ca5b2e6f7378280f9bbe6af2aeed404f (diff)
Update types
Diffstat (limited to 'dev/bin/schema-validate.js')
-rw-r--r--dev/bin/schema-validate.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/bin/schema-validate.js b/dev/bin/schema-validate.js
index 319c0d2c..206f26ca 100644
--- a/dev/bin/schema-validate.js
+++ b/dev/bin/schema-validate.js
@@ -20,6 +20,7 @@ import fs from 'fs';
import {performance} from 'perf_hooks';
import {createJsonSchema} from '../schema-validate.js';
+/** */
function main() {
const args = process.argv.slice(2);
if (args.length < 2) {