"docs/vscode:/vscode.git/clone" did not exist on "3517fb943042f68da6ac9b6da9ee6cf9ec2fb767"
Unverified Commit 453d412c authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Tiny update error hint (#5037)

parent dc86f25a
......@@ -450,7 +450,9 @@ def popen_launch_server(
return_code = process.poll()
if return_code is not None:
raise Exception(f"Server unexpectedly exits ({return_code=}).")
raise Exception(
f"Server unexpectedly exits ({return_code=}). Usually there will be error logs describing the cause far above this line."
)
time.sleep(10)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment