Skip to content

Instantly share code, notes, and snippets.

@mlapshin
Created October 4, 2017 16:46
Show Gist options
  • Save mlapshin/d33a4c78b1a2dadb9d39cf7abb5e094a to your computer and use it in GitHub Desktop.
Save mlapshin/d33a4c78b1a2dadb9d39cf7abb5e094a to your computer and use it in GitHub Desktop.
[WTF Node?] open handles:
- File descriptors: (note: stdio always exists)
- fd 1 (tty) (stdio)
- fd 2 (tty) (stdio)
- Servers:
- :::46568 (HTTP)
- Listeners:
- request: app @ /var/jenkins_home/workspace/Narus_narus-web_stable-P5U42K5RDW5AN4K3GCTG4BCJ6MTTTEEUWK5ZF64POBLM75ADVL6Q/backend/node_modules/supertest/index.js:20
- Timers:
Unable to determine callsite for "Function". Did you require `wtfnode` at the top of your entry point?
- (30000 ~ 30 s) @ unknown:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment