Skip to content

Commit

Permalink
fixes coinbase#269
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hale committed Jan 17, 2022
1 parent 36b2bf9 commit 63bb2f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/results/construction_results.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ func ExitConstruction(
)
if results != nil {
results.Print()
results.Output(config.Construction.ResultsOutputFile)
if config.Construction != nil {
results.Output(config.Construction.ResultsOutputFile)
}
}

return err
Expand Down

0 comments on commit 63bb2f1

Please sign in to comment.