mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Remove useless runnable check
This commit is contained in:
parent
21a47de1fa
commit
f17b3c5ec5
1 changed files with 0 additions and 5 deletions
|
@ -47,11 +47,6 @@ public class RunAction extends MultiExecuteAction {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!OsType.getLocal().equals(OsType.WINDOWS)) {
|
|
||||||
var attribs = e.getMode();
|
|
||||||
return attribs.contains("x");
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue