mirror of
https://github.com/danbulant/nushell
synced 2026-06-12 03:01:04 +00:00
The introduction of `use <file.nu>` added the possibility of calling `working_set.add_file()` more than once per parse pass. Some of the logic handling the file contents offsets prevented it from working and hopefully, this commit fixes it. |
||
|---|---|---|
| .. | ||
| nu-cli | ||
| nu-command | ||
| nu-engine | ||
| nu-json | ||
| nu-parser | ||
| nu-path | ||
| nu-protocol | ||
| nu-table | ||
| nu-term-grid | ||