Remove longjohn

Fixes #723
This commit is contained in:
Sindre Sorhus
2017-09-22 14:33:29 +07:00
committed by GitHub
parent f02ae9f6e6
commit 24cee57d75

View File

@@ -218,7 +218,6 @@ Just type [`node.cool`](https://node.cool) to go here ✨
- [node-inspector](https://github.com/node-inspector/node-inspector) - Debugger based on Blink Developer Tools. - [node-inspector](https://github.com/node-inspector/node-inspector) - Debugger based on Blink Developer Tools.
- [devtool](https://github.com/Jam3/devtool) - Run Node.js programs through Chrome Dev Tools. - [devtool](https://github.com/Jam3/devtool) - Run Node.js programs through Chrome Dev Tools.
- [Theseus](https://github.com/adobe-research/theseus) - JavaScript debugger featuring real-time code coverage, retroactive inspection and asynchronous call tree. - [Theseus](https://github.com/adobe-research/theseus) - JavaScript debugger featuring real-time code coverage, retroactive inspection and asynchronous call tree.
- [longjohn](https://github.com/mattinsler/longjohn) - Long stack traces with configurable call trace length.
- [debug](https://github.com/visionmedia/debug) - Tiny debugging utility. - [debug](https://github.com/visionmedia/debug) - Tiny debugging utility.
- [jstrace](https://github.com/jstrace/jstrace) - Dynamic tracing for JavaScript, similar to dtrace, ktap etc. - [jstrace](https://github.com/jstrace/jstrace) - Dynamic tracing for JavaScript, similar to dtrace, ktap etc.
- [why-is-node-running](https://github.com/mafintosh/why-is-node-running) - Node.js is running but you don't know why? - [why-is-node-running](https://github.com/mafintosh/why-is-node-running) - Node.js is running but you don't know why?