Fix broken syncLoop function
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user