Fix broken syncLoop function

This commit is contained in:
joeuhren
2021-03-20 17:49:05 -06:00
parent 41f7500a04
commit d2521a879f
+3 -3
View File
@@ -754,10 +754,10 @@ module.exports = {
if (shouldExit && exit) {
// exit if we're done
exit();
} else {
// stop the loop if we're done
return;
}
// stop the loop if we're done
return;
}
// if we're not finished