| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
/^\P{C}+$/u throws "Invalid property name" at parse time on Node builds
without full ICU (e.g. nodejs-mobile), so the module fails to load and
the server can't boot there. Replace with an explicit C0/C1 control
exclusion, which needs no ICU and matches the actual intent (keep
control/escape bytes out of the interactive password buffer).
Closes #520
| Back | FazBrowse Home | New Git URL |
Summary
Closes #520. Surfaced running JSS on Android (nodejs-mobile); see #522.
Notes
Test plan