Skip to content

Commit 46b817c

Browse files
committed
Move DependencyUpdater().update() to start
1 parent 1016380 commit 46b817c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/Service/Service.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public final class Service {
3636
}
3737
}
3838
)
39-
DependencyUpdater().update()
4039
}
4140

4241
@MainActor
@@ -45,6 +44,7 @@ public final class Service {
4544
realtimeSuggestionController.start()
4645
guiController.start()
4746
keyBindingManager.start()
47+
DependencyUpdater().update()
4848
}
4949
}
5050

0 commit comments

Comments
 (0)