diff --git a/undetected_chromedriver/dprocess.py b/undetected_chromedriver/dprocess.py index d93ea89..7fdebd7 100644 --- a/undetected_chromedriver/dprocess.py +++ b/undetected_chromedriver/dprocess.py @@ -56,7 +56,7 @@ def _start_detached(executable, *args, writer: multiprocessing.Pipe = None): # send pid to pipe writer.send(p.pid) - exit() + sys.exit() def _cleanup():