Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Feat/various fixes#93

Closed
staeke wants to merge 6 commits intowclr:masterfrom
staeke:feat/various-fixes
Closed

Feat/various fixes#93
staeke wants to merge 6 commits intowclr:masterfrom
staeke:feat/various-fixes

Conversation

@staeke
Copy link

@staeke staeke commented Sep 14, 2019

Fixes #92

  • ts-node-dev doesn't detach correctly from Chrome's debugger
  • No notification for uncaught process errors
  • No level on notifications (I prefer errors only)
  • Allow files to not exist that we establish a dependency on (uses chokidar)

Feel free to have opinions on implementation. Maybe there should be on option around the SIGTERM -> SIGINT

Also, I went with sending the notification from child-require-hook. Maybe it's cleaner to send something on IPC, and then notification. Any such comments - feel free to comment, and I'll fix

Also, as these are really 4 independent fixes, I could split them if preferred

@staeke
Copy link
Author

staeke commented Sep 16, 2019

ping @whitecolor , pls review

@wclr
Copy link
Owner

wclr commented Sep 17, 2019

It would be better to split what possible, pls.

@staeke
Copy link
Author

staeke commented Oct 4, 2019

@whitecolor sorry, missed your comment - will do

@staeke
Copy link
Author

staeke commented Oct 4, 2019

Separated out to other PRs so closing this

@staeke staeke closed this Oct 4, 2019
@staeke staeke deleted the feat/various-fixes branch October 4, 2019 17:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debugger detach/notifications for uncaught errors/notification levels

2 participants