refactor: Fixed a linting issue for Windows builds
This commit is contained in:
@@ -141,6 +141,7 @@ impl Functions {
|
|||||||
.extension()
|
.extension()
|
||||||
.and_then(OsStr::to_str)
|
.and_then(OsStr::to_str)
|
||||||
.map(|s| s.to_lowercase());
|
.map(|s| s.to_lowercase());
|
||||||
|
#[cfg_attr(not(unix), expect(dead_code))]
|
||||||
let is_script = matches!(file_extension.as_deref(), Some("sh") | Some("py"));
|
let is_script = matches!(file_extension.as_deref(), Some("sh") | Some("py"));
|
||||||
|
|
||||||
if file_path.exists() {
|
if file_path.exists() {
|
||||||
|
|||||||
Reference in New Issue
Block a user