Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lilkidsuave authored Feb 13, 2024
1 parent 3ccef65 commit 6df14a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6df14a3

Please sign in to comment.