compounding creating runners bug

This commit is contained in:
2017-10-12 01:15:33 -04:00
parent a1a85b2c69
commit 4afb69cdf7
3 changed files with 4 additions and 4 deletions

View File

@@ -63,4 +63,4 @@ let __do = function(till){
setTimeout(__do, 1500, --till);
};
__do(1000);
__do(4);