mirror of
https://github.com/nushell/nushell.git
synced 2025-05-05 23:42:56 +00:00
Fix match
blocks in std-rfc/kv
implementation (#15089)
Fixes failure surfaced by merging https://github.com/nushell/nushell/pull/15032
This commit is contained in:
parent
553c951a60
commit
18e3a5d40b
@ -190,8 +190,8 @@ def db_setup [
|
|||||||
|
|
||||||
# Return the correct closure for opening on-disk vs. in-memory
|
# Return the correct closure for opening on-disk vs. in-memory
|
||||||
match $universal {
|
match $universal {
|
||||||
true => {|| {|| open (universal_db_path)}}
|
true => {{|| open (universal_db_path)}}
|
||||||
false => {|| {|| stor open}}
|
false => {{|| stor open}}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user