Commit 4bcd797f authored by Leon's avatar Leon

upload

parent 0fcbc92a
...@@ -8,7 +8,7 @@ function pausecomp(millis) { ...@@ -8,7 +8,7 @@ function pausecomp(millis) {
var date = new Date(); var date = new Date();
var curDate = null; var curDate = null;
do { curDate = new Date(); } do { curDate = new Date(); }
while(curDate-date < millis); while (curDate - date < millis);
} }
var logger_config = { var logger_config = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment