`changeset` process continues running when ended while waiting for external editor
See original GitHub issueAffected Packages
@changesets/cli
Problem
Related to #498. The changeset cli fails to run my external editor and simply hangs. Escaping the process using ^C
does not end the process and it continues consuming a decent amount of CPU in the background.
Sometimes the process is listed as changeset
and other times it’s listed as node
. Not entirely sure what causes the difference.
Proposed solution
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Error 'This Apex class has batch or future jobs pending or in ...
In most scenarios, the error is expected and it occurs because the class is scheduled to run at a later time. Editing it...
Read more >Detecting unmanaged configuration changes to stacks and ...
You can use drift detection to identify stack resources to which configuration changes have been made outside of CloudFormation management. You can then...
Read more >Editing and Proofreading - UNC Writing Center
Proofreading is the final stage of the editing process, focusing on surface errors such as misspellings and mistakes in grammar and punctuation. You...
Read more >VBA Wait for refresh of power query to execute next line of code
I need it to be dynamic, as the query will need to run often, and amount of data (thus data refresh time) will...
Read more >ENGL-1A: Practice Final Flashcards - Quizlet
Links to an external site. The student is citing material from page 167 of the following essay in an anthology: Franzen, Jonathan. "David...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems that the root cause is the same as https://github.com/atlassian/changesets/issues/498 so let’s keep that other issue open and close this one for now. I’ve reported the issue to the package we are using here: https://github.com/mrkmg/node-external-editor/issues/24
@Andarist Absolutely!