diff --git a/scripts/release-candidate-checklist.mjs b/scripts/release-candidate-checklist.mjs index 40fa26a719b..a2e5b983157 100644 --- a/scripts/release-candidate-checklist.mjs +++ b/scripts/release-candidate-checklist.mjs @@ -151,6 +151,7 @@ function readJson(path, label) { } catch (error) { throw new Error( `${label} is invalid JSON: ${error instanceof Error ? error.message : String(error)}`, + { cause: error }, ); } }