as the title says, what does calling next in the global error handling middleware do in express? since it's the last middleware in the stack, why express gives us the next() argument if it does nothing?
as the title says, what does calling next in the global error handling middleware do in express? since it's the last middleware in the stack, why express gives us the next() argument if it does nothing?