File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lib/lambda_ethereum_consensus/beacon Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ defmodule LambdaEthereumConsensus.Beacon.StoreSetup do
73
73
"[Sync] No recent state found. Please specify the URL to fetch them from via the --checkpoint-sync-url flag"
74
74
)
75
75
76
+ Logger . flush ( )
76
77
System . halt ( 1 )
77
78
78
79
{ _ , { store , root } } ->
@@ -153,6 +154,7 @@ defmodule LambdaEthereumConsensus.Beacon.StoreSetup do
153
154
_ ->
154
155
Logger . error ( "[Checkpoint sync] Failed to fetch the latest finalized state and block" )
155
156
157
+ Logger . flush ( )
156
158
System . halt ( 1 )
157
159
end
158
160
end
@@ -170,6 +172,8 @@ defmodule LambdaEthereumConsensus.Beacon.StoreSetup do
170
172
171
173
_ ->
172
174
Logger . error ( "[Checkpoint sync] Failed to fetch the deposit snapshot" )
175
+
176
+ Logger . flush ( )
173
177
System . halt ( 1 )
174
178
end
175
179
end
You can’t perform that action at this time.
0 commit comments