grunt-ts
grunt-ts copied to clipboard
Cleanup lingering tscommand file after killing grunt-ts
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.
+1
I think you can do something like this:
process.on('exit', function() {
//delete tscommand file
});
I just started a new project with grunt-ts and running into this again
This is opened since 2014. So I think I can not hope that this will be added?
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.