Skip to content
Snippets Groups Projects
Commit 8f9e9711 authored by David Bühler's avatar David Bühler
Browse files

[Ivette] Fixes compilation.

parent 56e3ea52
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,12 @@ export default function EvaTools(
const countErrors = remote.getErrors();
remote.resetNotified();
const startAnalysis = () => {
const startAnalysis = (): void => {
setTimeout(() => {
if(!remote.hasReset()) Server.send(Eva.compute, null);
else startAnalysis();
}, 150);
}
};
const compute = (): void => {
if(remote.hasReset()) remote.commit();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment