diff options
| author | Kasra Bigdeli <[email protected]> | 2019-12-24 18:34:34 -0500 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-12-24 18:34:34 -0500 |
| commit | 66a06994da2f6f130f8657c90d058603f2ab670e (patch) | |
| tree | 7ba5f1a7c949b854f16042629cf357fe35d8b8e8 | |
| parent | 3186392f01e244121e1564a3567d0d900352c6d4 (diff) | |
| download | caprover-one-click-apps-66a06994da2f6f130f8657c90d058603f2ab670e.tar.gz caprover-one-click-apps-66a06994da2f6f130f8657c90d058603f2ab670e.zip | |
updated
| -rw-r--r-- | validate_json.js | 2 |
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]}`) + } }) |
