feat(web): Merge configs from all paths
This commit is contained in:
parent
0195939ed8
commit
aa17efd34d
3 changed files with 27 additions and 29 deletions
|
|
@ -87,7 +87,7 @@ impl App {
|
|||
let (tx, rx) = flume::unbounded::<ScriptInfo>();
|
||||
|
||||
let script_sender = async move {
|
||||
for path in path_rx.recv_async().await {
|
||||
while let Ok(path) = path_rx.recv_async().await {
|
||||
load_from(&path, &path_tx, tx.clone()).await;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue