Describe the bug
If I highlight a code snippet -> right click -> Run Code the tempCodeRunnerFile.js is created but not deleted after it's executed
To Reproduce
Steps to reproduce the behavior:
tempCodeRunnerFile.js is not deletedActual behavior
tempCodeRunnerFile.js is executed and not deleted after execution
Expected behavior
tempCodeRunnerFile.js is executed and deleted
Screenshots


This issue has been fixed. Please try the latest v0.9.9 version
This comes back for latest v0.9.15 on macOS 10.14.6.
@alanlunspace Are you running code in terminal? If yes, it will not be deleted.
Thanks for your prompt reply @formulahendry .
May I know how can I run code in terminal and also delete the temp file?
I'd also like to know how I can run code in terminal whilst also deleting the temp file.
@formulahendry
If not run in the terminal, when output Chinese characters will garbled.
Most helpful comment
@alanlunspace Are you running code in terminal? If yes, it will not be deleted.