Skip to content

Commit 71e8aa3

Browse files
committed
h8 computers
1 parent 087f41f commit 71e8aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftTSGo/BuildInMemory.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public func buildInMemory(
328328
/// - Returns: Build result with compilation status and diagnostics
329329
public func build(
330330
config: TSConfig? = nil,
331-
resolver: @escaping (String) async throws -> FileResolver?
331+
resolver: @escaping @Sendable (String) async throws -> FileResolver?
332332
) async throws -> InMemoryBuildResult {
333333
let projectPath = "/project"
334334

0 commit comments

Comments
 (0)