maxserver 0.0.10 → 0.0.11
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -211,7 +211,7 @@ Use `createError(code, message)` to stop immediately with a clean HTTP error.
|
|
|
211
211
|
if (!user) throw createError(404, "User not found");
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
Rule of thumb: make the message something you would want to see at
|
|
214
|
+
Rule of thumb: make the message something you would want to see at 03:00 in logs.
|
|
215
215
|
|
|
216
216
|
---
|
|
217
217
|
|