Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 651 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 651 Bytes

This project contains the examples given in the Async Exception Handling proposal.

Files:

  • app.js - A buggy http request handler that throws on file not found.

  • main-try-catch.js - Run this with present-day node and visit localhost to see your process exit.

  • main-exception-catcher.js - Run this with node compiled from the candidate implementation and visit localhost to see a 500 Internal Server Error and watch your process stay up.