mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
fix build
This commit is contained in:
@@ -319,7 +319,7 @@ impl AgentHostManager {
|
||||
e = child.wait() => {
|
||||
info!(self.log, "[{} process]: exited: {:?}", commit_prefix, e);
|
||||
if let Some(o) = opener.take() {
|
||||
o.open(Err(format!("Server exited before ready: {:?}", e)));
|
||||
o.open(Err(format!("Server exited before ready: {e:?}")));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user