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 book/thinking_in_nu.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ The following examples use the [`source` command](/commands/docs/source.md), but
Consider this scenario:

```nu
"print Hello" | save output.nu
source output.nu
("print Hello" | save output.nu;
source output.nu)
# => Error: nu::parser::sourced_file_not_found
# =>
# => × File not found
Expand Down