lightfold
Version:
lightweight scaffolding and archiving utility CLI.
16 lines (9 loc) • 425 B
Markdown
* Fix a bug where `signal-exit` instances would be leaked. This was fixed when addressing
* Allow chown and mode options to be set to false to disable the defaulting behavior. (
* Support passing encoding strings in options slot for compat with Node.js API. (
* Add support for running inside of worker threads (#37)
## Fixes
* Remove unneeded call when returning success (#36)