Automatically search stackoverflow when exception occurs.
Please consider following this project's author, Krzysztof Szewczyk, and starring the project to show your ❤️ and support.
Install with npm:
$ npm install --save auto-stackoverflow
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)
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
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