issues
search
r-lib
/
processx
Execute and Control Subprocesses from R
https://processx.r-lib.org/
Other
234
stars
43
forks
source link
Windows interrupt fix if no console
#331
Closed
gaborcsardi
closed
2 years ago
gaborcsardi
commented
2 years ago
Do not fail on
FreeConsole()
because the process might not have a console, and that is completely fine.
Fix interrupt test on Windows.
FreeConsole()
because the process might not have a console, and that is completely fine.