From 42202ea7e1ba5ab4e97a9eb758b7766c1cbd5335 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 6 Mar 2020 12:29:21 +0100 Subject: Add final output to verify-all script --- scripts/verify-all.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/verify-all.js b/scripts/verify-all.js index 6683d7a..a236997 100644 --- a/scripts/verify-all.js +++ b/scripts/verify-all.js @@ -74,4 +74,6 @@ const decompress = (src, dest) => new Promise((resolve, reject) => { // Remove temporary compressed file await fs.remove(tempUncompressed); } + + console.log('All recipes are valid.'); })(); \ No newline at end of file -- cgit v1.2.3-54-g00ecf