Skip to content

Commit

Permalink
fix await in dump tool
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Oct 24, 2023
1 parent 0167cc2 commit e0a1248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/PerfTestCL/DumpTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class DumpTool: ToolsCommand {
try inputEndpoint.awaitNotConnected()
try inputEndpoint.closeAndAWaitTermination()

try outputEndpoint?.awaitNotConnected()
try outputEndpoint?.awaitProcessed()
try outputEndpoint?.closeAndAWaitTermination()
} catch {
print("Dump tool error: \(error)")
Expand Down

0 comments on commit e0a1248

Please sign in to comment.