Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8961216

Browse filesBrowse files
committed
Fix typo in HotReloadableAppMacro (missing 'in' keyword)
1 parent 8be83ea commit 8961216
Copy full SHA for 8961216

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Sources/HotReloadingMacrosPlugin/HotReloadableAppMacro.swift‎

Copy file name to clipboardExpand all lines: Sources/HotReloadingMacrosPlugin/HotReloadableAppMacro.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ extension HotReloadableAppMacro: MemberMacro {
104104
105105
if !hotReloadingHasConnectedToServer {
106106
hotReloadingHasConnectedToServer = true
107-
Task { @MainActor
107+
Task { @MainActor in
108108
do {
109109
var client = try await HotReloadingClient()
110110
print("Hot reloading: received new dylib")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.