Skip to content

Commit 37794d5

Browse files
committed
el pr
1 parent dac17d1 commit 37794d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/frontend/src/lib/components/robot-client.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const restartStatusStream = () => {
269269
} finally {
270270
$statusStream = null;
271271
}
272-
})().catch(console.error);
272+
})();
273273
};
274274
275275
// query metadata service every 0.5s

0 commit comments

Comments
 (0)