We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c01a7c commit 8ce3694Copy full SHA for 8ce3694
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