From bb2c4fa7e5ec5ae640d3618bb316e1b434105c42 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Mon, 17 Aug 2026 16:01:19 -0500 Subject: [PATCH] CFE-4699: Removed the incorrect claim that report_to_file falls back to stdout Changelog: None Ticket: CFE-4699 --- content/reference/promise-types/reports.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/reference/promise-types/reports.markdown b/content/reference/promise-types/reports.markdown index 1692e755f..976fbed3a 100644 --- a/content/reference/promise-types/reports.markdown +++ b/content/reference/promise-types/reports.markdown @@ -160,8 +160,8 @@ Output: **Description:** The path and filename to which output should be appended Append the output of the report to the named file instead of standard output. -If the file cannot be opened for writing then the report defaults to the -standard output. +If the report cannot be written, an error is logged and the promise is not +kept. **Type:** `string`