Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/reference/promise-types/reports.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
Loading