node-pluginsmanager 2.5.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -127,7 +127,7 @@ class PluginsManager extends node_events_1.default {
|
|
|
127
127
|
return next;
|
|
128
128
|
}
|
|
129
129
|
};
|
|
130
|
-
return plugins[0].appMiddleware(req, res, _recursiveNext(
|
|
130
|
+
return plugins[0].appMiddleware(req, res, _recursiveNext(1)); // must start at index "1", cause the "0" is executed here
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
// middleware for socket to add bilateral push events
|