summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2019-12-24 18:34:34 -0500
committerKasra Bigdeli <[email protected]>2019-12-24 18:34:34 -0500
commit66a06994da2f6f130f8657c90d058603f2ab670e (patch)
tree7ba5f1a7c949b854f16042629cf357fe35d8b8e8
parent3186392f01e244121e1564a3567d0d900352c6d4 (diff)
downloadcaprover-one-click-apps-66a06994da2f6f130f8657c90d058603f2ab670e.tar.gz
caprover-one-click-apps-66a06994da2f6f130f8657c90d058603f2ab670e.zip
updated
-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]}`)
+
}
})