escape-hatch
v1.0.4
Published
Instant support for error messages in the terminal and console.
Downloads
2
Maintainers
Readme
Escape Hatch
This simple library will be your watchdog and provide you with assistance when you encounter an error in your terminal or console.
Getting Started
npm install escape-hatch
Installing
--- For attaching Escape Hatch in your node project. ---
require('escape-hatch')()
At the top of any file you want to monitor
--- For attaching Escape Hatch in your front-end project. ---
Just require escape-hatch-browser
in any html file that is loading js scripts
You can publically serve this, or access it directly with
<script src='node_modules/escape-hatch/escape-hatch-browser'></script>
Authors
- Alice Perez
- Cindy Chen
- Jen Tam
- Josh White