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:
parent
feae33499e
commit
b338aefe45
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue