Created
October 4, 2017 16:46
-
-
Save mlapshin/d33a4c78b1a2dadb9d39cf7abb5e094a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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