Skip to content

Commit

Permalink
Merge pull request #38 from ELEVATE-Project/eventFix
Browse files Browse the repository at this point in the history
Uncommented Package Installer
  • Loading branch information
joffinjoy authored Dec 18, 2023
2 parents cd49645 + 989e81a commit 0d2c2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ if (!environmentData.success) {
process.exit()
}

/* packageInstaller(process.env.REQUIRED_PACKAGES).catch((error) => {
packageInstaller(process.env.REQUIRED_PACKAGES).catch((error) => {
console.error(`An error occurred in package installer: ${error}`)
process.exit()
}) */
})

const app = express()
//const packageValidator = require('./utils/packageValidator');
Expand Down

0 comments on commit 0d2c2cd

Please sign in to comment.