"vscode:/vscode.git/clone" did not exist on "9988deac43f75a07efe13587d3d75dcfa40200e5"
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( ...@@ -450,7 +450,9 @@ def popen_launch_server(
return_code = process.poll() return_code = process.poll()
if return_code is not None: 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) 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