r-lib / ps

R package to query, list, manipulate system processes
https://ps.r-lib.org/
Other
72 stars 18 forks source link

Force and check `sig` #142

Closed lionel- closed 1 year ago

lionel- commented 1 year ago

Need to force before evaluation within tryCatch() to avoid cascading "restarting interrupted promise" errors when sig is passed a failing argument (like tools$SIGTERM instead of tools::SIGTERM).

gaborcsardi commented 1 year ago

Thanks!