farrow-js / farrow

A Type-Friendly Web Framework for Node.js
https://www.farrowjs.com
MIT License
770 stars 37 forks source link

Optimize Request: Response message from farrow-api #141

Open tqma113 opened 2 years ago

tqma113 commented 2 years ago
npm create farrow-app
# select farrow-only
cd farrow-project
yarn
yarn dev

When I send the data with missing part I will get the incomprehensible message.

undefined is not an object

image