Skip to content

Commit

Permalink
Update supervisor/src/bin/supervisor-encore.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Enestad <[email protected]>
  • Loading branch information
ekerfelt and fredr authored Sep 13, 2024
1 parent a3afa2c commit 601acec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/src/bin/supervisor-encore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fn create_process_config(
hosted_services: services,
local_service_ports: service_ports.clone(),
})
.map_err("Failed to serialize ProcessConfig"),
.map_err(|e| format!("Failed to serialize ProcessConfig: {}", e))?,
),
),
]);
Expand Down

0 comments on commit 601acec

Please sign in to comment.