summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--validate_json.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/validate_json.js b/validate_json.js
index 19b639c..51efc52 100644
--- a/validate_json.js
+++ b/validate_json.js
@@ -53,6 +53,8 @@
throw new Error(`Cannot find logo for ${apps[i]} ${printablePath}`);
}
+ console.log(`Validated ${apps[i]}`)
+
}
})