Skip to content

Commit

Permalink
Add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed Jun 12, 2024
1 parent 0aa13af commit 258bae4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildpacks/dotnet/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ impl Buildpack for DotnetBuildpack {

log_header("Detecting launch processes");
let launch_processes = Vec::<Process>::try_from(&dotnet_build_context)
// TODO: Failing to detect processes probably shouldn't cause a buildpack error.
// Handle errors in a way that provides helpful information to correct the issue
// and/or writing a Procfile.
.map_err(DotnetBuildpackError::LaunchProcess)?;

BuildResultBuilder::new()
Expand Down

0 comments on commit 258bae4

Please sign in to comment.