summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NativeLauncher/util/utils.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/NativeLauncher/util/utils.cc b/NativeLauncher/util/utils.cc
index 3d5a5f6..c69b00b 100644
--- a/NativeLauncher/util/utils.cc
+++ b/NativeLauncher/util/utils.cc
@@ -655,6 +655,7 @@ std::vector<std::string> depsJsonParser(std::string rootPath, std::string execNa
hasDependency = false;
}
}
+ if (hasDependency) break;
}
}
if (!hasDependency) {