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 091e4b6 commit faf8bbb
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 @@ -10,7 +10,7 @@ let servappsJSON = []
for (const file of servapps) {
try {
try {
const servapp = require(`./servapps/${file}/description.json`);
const servapp = require(`./servapps/${file}/description.json`);
}
catch (error) {
if (error.message.includes('Cannot find module')) {
Expand Down

0 comments on commit faf8bbb

Please sign in to comment.