Skip to content
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

Cleanup lingering tscommand file after killing grunt-ts #50

Open
jeffmay opened this issue Feb 1, 2014 · 4 comments
Open

Cleanup lingering tscommand file after killing grunt-ts #50

jeffmay opened this issue Feb 1, 2014 · 4 comments
Labels

Comments

@jeffmay
Copy link

jeffmay commented Feb 1, 2014

If you kill grunt while tsc is compiling, grunt-ts will leave behind a tscommand.

It should be able to clean up after the SIGINT signal.

@scriby
Copy link

scriby commented May 20, 2015

+1

I think you can do something like this:

process.on('exit', function() {
  //delete tscommand file
});

@scriby
Copy link

scriby commented Jan 12, 2016

I just started a new project with grunt-ts and running into this again

@Xenya0815
Copy link

Xenya0815 commented Jun 13, 2018

This is opened since 2014. So I think I can not hope that this will be added?

@nycdotnet
Copy link
Contributor

Hi - my sincere apologies on this, but I do not have the time to investigate this. @scriby 's idea sounds good. If you are interested to try to implement, @Xenya0815 , a PR will certainly be accepted to implement. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants