We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b224ef7 commit 2d3628cCopy full SHA for 2d3628c
src/utils/setup-status.ts
@@ -39,12 +39,9 @@ export async function createSetupStatusTracker(
39
timeout = setTimeout(() => void startChecking(), 1_000);
40
};
41
42
- await timeTracker.run(
43
- "setup-status.checkIsSetupRequired",
44
- async () => {
45
- await startChecking();
46
- },
47
- );
+ await timeTracker.run("setup-status.checkIsSetupRequired", async () => {
+ await startChecking();
+ });
48
49
return {
50
status() {
0 commit comments