mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 17:25:27 +00:00
validate unique arguments count
This commit is contained in:
parent
917b1007ad
commit
9b8485c494
2 changed files with 30 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ impl Storage {
|
|||
bail!("Symlinks yet not supported!");
|
||||
}
|
||||
Ok(Self {
|
||||
list_config: ListConfig::init(config),
|
||||
list_config: ListConfig::init(config)?,
|
||||
public_dir,
|
||||
read_chunk: config.read_chunk,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue