From 952cc44d47d5522d75bfa48b51b5c37fd4c3eb77 Mon Sep 17 00:00:00 2001 From: lilkidsuave <66171643+lilkidsuave@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:42:36 -0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 325f27b..f7524e4 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,7 @@ for (const file of servapps) { servappsJSON.push(servapp) } catch (error) { if (error.message.includes('is not defined')) { - console.error(`Error: Missing ${file}. Skipping.`); + console.error(`Error: Something is missing or named incorrectly ${file}. Skipping.`); continue; } else { console.error(`Unknown Error`, error.message);