Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 349 Bytes

noexit

Makes process.exit a deprecated no-op.

If you set the --no-deprecation flag, then process.exit will simply do nothing. If you set --throw-deprecation, then it will throw.

This is useful to ensure that overly zealous libraries who don't know their place can atone for their sinful weakness.

Because Hell is other people's code.