Skip to content

Commit 087f41f

Browse files
committed
fix typing ii
1 parent e649823 commit 087f41f

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) -> FileResolver?
331+
resolver: @escaping (String) async throws -> FileResolver?
332332
) async throws -> InMemoryBuildResult {
333333
let projectPath = "/project"
334334

0 commit comments

Comments
 (0)