diff --git a/index.js b/index.js index f7524e4..0d6a28d 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: Something is missing or named incorrectly ${file}. Skipping.`); + console.error(`Error: servapp is not defined for ${file}. Skipping.`); continue; } else { console.error(`Unknown Error`, error.message);