fix(install): ensure proper exit after running doctor command
This commit is contained in:
@@ -139,4 +139,5 @@ def doctor():
|
||||
"""Entry point for the doctor command"""
|
||||
import asyncio
|
||||
|
||||
return asyncio.run(run_doctor())
|
||||
asyncio.run(run_doctor())
|
||||
sys.exit(0)
|
||||
|
||||
Reference in New Issue
Block a user