We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cca34 commit c600654Copy full SHA for c600654
daemon/src/main/java/org/lsposed/lspd/cli/Main.java
@@ -149,7 +149,7 @@ public Integer call() throws RemoteException, JSONException {
149
if (scope == null) {
150
message = manager.getLastErrorMsg();
151
allSuccess = false;
152
- } else if (objArgs.bEnable && scope.size() < 2) {
+ } else if (objArgs.bEnable && scope.size() == 0) {
153
message = "Cannot enable: module scope is empty.";
154
155
} else {
0 commit comments