Skip to content

Commit e649823

Browse files
committed
fix typing
1 parent c9f4f7f commit e649823

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
@@ -329,7 +329,7 @@ public func buildInMemory(
329329
public func build(
330330
config: TSConfig? = nil,
331331
resolver: @escaping (String) -> FileResolver?
332-
) throws -> InMemoryBuildResult {
332+
) async throws -> InMemoryBuildResult {
333333
let projectPath = "/project"
334334

335335
// Create resolver data

0 commit comments

Comments
 (0)