diff --git a/probe/index.js b/probe/index.js index b9aadbabcb..1012a99146 100755 --- a/probe/index.js +++ b/probe/index.js @@ -117,7 +117,7 @@ global.Sentry = Sentry; setTimeout(async () => { // keep monitoring in an infinate loop. - + //eslint-disable-next-line while (true) { await Main.runJob(monitorStore);