mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
5758b24b4f
commit
20f5f77224
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ impl App {
|
||||||
};
|
};
|
||||||
|
|
||||||
_ = Lives::scope(&self.cx, || {
|
_ = Lives::scope(&self.cx, || {
|
||||||
tracing::debug!("Accepting payload: {payload}");
|
|
||||||
let body = payload.body.into_lua(&LUA)?;
|
let body = payload.body.into_lua(&LUA)?;
|
||||||
for f in map.values() {
|
for f in map.values() {
|
||||||
if let Err(e) = f.call::<()>(body.clone()) {
|
if let Err(e) = f.call::<()>(body.clone()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue