HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/sails/errors/README.md
# errors/


> FUTURE:
> 1. Fold in messages inline instead of using the stringfile (`sails-stringfile` still isn't worth it, at least not until post-v1)
> 2. ~~Ideally we don't call `process.exit()` at all- instead, consistently call sails.lower().  See comment at bottom of `fatal.js`.~~ That's ok sometimes actually (We have process handlers anyway.)  The issue is that we really need to inline these, because it all depends on the context.
> 3. Inline these errors where they're being used.  Then this directory can be deleted.