auto-stackoverflow
v1.0.1
Published
Automatically open browser window with StackOverflow in case any exception occurs
Downloads
2
Maintainers
Readme
auto-stackoverflow
Automatically search stackoverflow when exception occurs.
Please consider following this project's author, Krzysztof Szewczyk, and starring the project to show your :heart: and support.
Install
Install with npm:
$ npm install --save auto-stackoverflow
Usage
const stackoverflow = require('auto-stackoverflow');
stackoverflow(function() {
throw new Error("How to check is number odd?");
});
This code snippet will either open new window (while ran in browser) or open new default browser window (while ran in windowed environment, using Node.js)
About
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
License
This package is herebly placed in Public Domain. Modify, sell, use to conquer the planet, or even steal it. I don't care, I'll love you no matter what you will do with this.
Originally made by Krzysztof Szewczyk, Jul 2019