seamapi / edgespec

☃️ an API framework for everywhere.
MIT License
5 stars 2 forks source link

If any endpoint or middleware fails to return a response, error indicating what middleware/endpoint didn't return a response #124

Open seveibar opened 6 months ago

seveibar commented 6 months ago

I was confused for a bit because I forgot a return statement, for some reason it also wasn't type checked, but I think having a nice runtime error is good

codetheweb commented 6 months ago

do you have an example where the type checking failed?