mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
5884a64250
commit
5983089c00
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ impl<'a> Runtime<'a> {
|
|||
}
|
||||
|
||||
fn tasks(lua: &Lua) -> mlua::Result<Value> {
|
||||
Composer::make(lua, 10, |lua, key| {
|
||||
Composer::make(lua, 5, |lua, key| {
|
||||
match key {
|
||||
b"image_alloc" => lua.to_value_with(&TASKS.image_alloc, OPTS)?,
|
||||
_ => return Ok(Value::Nil),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue