mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-02-17 11:19:48 +08:00
IDEA: fix issue in dev server
Fix #827
(cherry picked from commit df42025a21
)
This commit is contained in:
parent
a59236cc7a
commit
10bd650504
@ -1084,7 +1084,7 @@ public class CodeServlet extends HttpServlet {
|
||||
end = 1000;
|
||||
break;
|
||||
}
|
||||
phaseLimit = count;
|
||||
phaseLimit = Math.max(1, count);
|
||||
return progressReached(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user