1.0.2 • Published 7 years ago

help-stackoverflow v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

help-stackoverflow

With this module, an uncaught exception is handled by opening a Stack Overflow website with search results from the error message.

Installation

npm install help-stackoverflow

Example

require('help-stackoverflow');

function Buffalo(buffalo) { Buffalo(buffalo); }
function buffalo() { buffalo() }
Buffalo(buffalo());

// opens a Stack Overflow website