From 47a4bde0c978bb2c5f8aeb89bec7dcc2751065cf Mon Sep 17 00:00:00 2001 From: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:22:26 -0800 Subject: [PATCH] Update options.md Signed-off-by: Alexandra Tran --- docs/public-networks/reference/cli/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md index 96d5beda03..751369e6e8 100644 --- a/docs/public-networks/reference/cli/options.md +++ b/docs/public-networks/reference/cli/options.md @@ -3000,7 +3000,7 @@ plugin-continue-on-error=true Enables or disables continuing to run Besu if a plugin fails during registration or other startup lifecycle stages. If set to `true` and any plugin fails, Besu logs an error and continues running. -If set to `false` and any plugin fails, Besu throws a `RuntimeException` and stops running. +If set to `false` and any plugin fails, Besu logs an error and stops running. The default is `false`.