Skip to content

Commit

Permalink
On error, reconstruct existing config value
Browse files Browse the repository at this point in the history
  • Loading branch information
webbedspace committed Dec 8, 2022
1 parent d0562d6 commit d2253e4
Show file tree
Hide file tree
Showing 5 changed files with 535 additions and 418 deletions.
67 changes: 2 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/nu-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ version = "0.72.2"
[dependencies]
nu-utils = { path = "../nu-utils", version = "0.72.2" }
nu-json = { path = "../nu-json", version = "0.72.2" }
nu-path = { path = "../nu-path", version = "0.72.2" } # Used for test support
nu-test-support = { path = "../nu-test-support", version = "0.72.2" }

byte-unit = "4.0.9"
chrono = { version="0.4.23", features= ["serde", "std"], default-features = false }
Expand Down
Loading

0 comments on commit d2253e4

Please sign in to comment.