diff --git a/README.md b/README.md index e4de77fe6..e836bf35f 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,5 @@ You can run the app with: ./gradlew npm_start Once it is running, you can access it in a browser at [http://localhost:3000](http://localhost:3000) + +This should trigger the build abcbbcc hhhhhhhhhaaaaa diff --git a/app.js b/app.js index ad63fcd95..8786786a2 100644 --- a/app.js +++ b/app.js @@ -32,7 +32,7 @@ app.use(function(err, req, res, next) { // set locals, only providing error in development res.locals.message = err.message; res.locals.error = req.app.get('env') === 'development' ? err : {}; - +jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj // render the error page res.status(err.status || 500); res.render('error'); diff --git a/package.json b/package.json index c74a7cc1a..0900031ef 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "devDependencies": { "mocha": "^5.0.5", - "supertest": "^3.0.0" + "supertest": "^3.0.10" + hi i am rasing a pull request just go with me } }