Closed abhinavnatarajan closed 6 months ago
Code for xplr.util.is_file contains a typo.
xplr.util.is_file
https://github.com/sayanarijit/xplr/blob/ad8afa9d38bef21ba72abcee03759db2725cc932/src/lua/util.rs#L163
The line should read
lua.create_function(move |_, path: String| Ok(PathBuf::from(path).is_file()))?;
Code for
xplr.util.is_file
contains a typo.https://github.com/sayanarijit/xplr/blob/ad8afa9d38bef21ba72abcee03759db2725cc932/src/lua/util.rs#L163
The line should read