mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-25 02:36:31 +00:00
Remove useless runnable check
This commit is contained in:
@@ -47,11 +47,6 @@ public class RunAction extends MultiExecuteAction {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!OsType.getLocal().equals(OsType.WINDOWS)) {
|
||||
var attribs = e.getMode();
|
||||
return attribs.contains("x");
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user