Add projectName to serve output

This commit is contained in:
Lucien Greathouse
2020-12-14 10:17:52 -08:00
parent 98238e4516
commit 5bb3dc258a
8 changed files with 8 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ impl ApiService {
server_version: SERVER_VERSION.to_owned(),
protocol_version: PROTOCOL_VERSION,
session_id: self.serve_session.session_id(),
project_name: self.serve_session.project_name().to_owned(),
expected_place_ids: self.serve_session.serve_place_ids().cloned(),
root_instance_id,
})