Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plugin-express): Ensure HTTP status is 500 when crashing
The wrong property was being used in attempt to set the HTTP status code. This fixes it for Express and Connect (connect doesn't have the method res.status()). Fixes #510.
- Loading branch information