Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 666 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 666 Bytes

Stack Overflow Error Handler

An implementation of this tweet https://twitter.com/divineomega/status/695744177557106688 because of reasons.

Opens a new window/tab in browser that displays Stack Overflow search results for the thrown error.

Usage

  1. Run: npm install for first-time setup.

  2. Write some incorrect code that throws an error in the try block in index.js.

  3. Run npm start.

  4. Go to http://localhost:8080 in your browser and pray that Stack Overflow has a solution to your error.

NOTE: If your browser is configured to open new pages to new windows, its pop-up blocker might prevent the search results from showing up automatically.