提交 12e07d54 编写于 作者: M Michel Kaporin

Break out of the loop on false.

上级 7583abec
......@@ -141,6 +141,7 @@ export class IntegrityServiceImpl implements IIntegrityService {
for (let i = 0, len = allResults.length; isPure && i < len; i++) {
if (!allResults[i].isPure) {
isPure = false;
break;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册