You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When --remove is set, files should be removed regardless of how we exit.
Currently, engine.remove() is only triggered on SIGINT and SIGTERM and not when we exit after the player closes as we are directly calling process.exit(0) from the [player].on('exit') callbacks.
The text was updated successfully, but these errors were encountered:
-r, --remove remove files on exit
When --remove is set, files should be removed regardless of how we exit.
Currently,
engine.remove()
is only triggered onSIGINT
andSIGTERM
and not when we exit after the player closes as we are directly callingprocess.exit(0)
from the[player].on('exit')
callbacks.The text was updated successfully, but these errors were encountered: