0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

bugfix: forgot "next"

This commit is contained in:
Alex Kocharin 2014-11-25 03:22:05 +03:00
parent feae33499e
commit b338aefe45

View file

@ -72,7 +72,7 @@ module.exports = function(config_hash) {
// hook for tests only
if (config._debug) {
app.get('/-/_debug', function(req, res) {
app.get('/-/_debug', function(req, res, next) {
var do_gc = typeof(global.gc) !== 'undefined'
if (do_gc) global.gc()
next({