-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Add --detectOpenHandles flag
#6130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2a74f80
why-running
SimenB 4a7f44a
add --detectOpenHandles flag
SimenB b6f7276
move processing of w-i-n-r into separate function
SimenB 74f0006
pretty-print open handles
SimenB 2950383
docs
SimenB 2dfa609
update snapshots
SimenB 11b0434
ensure empty when flag not used
SimenB c07c9e3
please flow gods
SimenB ce04b4d
add pretty colors
SimenB 2e19046
less if
SimenB eaaf3a5
use pluralize
SimenB fd2dd3a
Revert "less if"
SimenB dc55ef1
extract formatting of why-running
SimenB 93217dc
cmon flow, be nice
SimenB bf5e587
use code frame
SimenB 1b15451
Implement async_hooks manually
SimenB a3ea1aa
nudge users towards new feature
SimenB a67c258
make handlers better match other error output
SimenB 82595e3
add tests
SimenB b4cf302
PR feeback
SimenB 1c8c356
really fic PR feedback
SimenB File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
really fic PR feedback
- Loading branch information
commit 1c8c356725285c974f8cece58bafc195c05c99f6
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice