Skip to content

Commit 2a147dc

Browse files
committed
refactor: change tool invocation to async
1 parent f9aecca commit 2a147dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
.AddTransient<IComparerCommand, ComparerCommand>();
3030

3131
var tool = new ToolCommands(serviceCollection.BuildServiceProvider());
32-
tool.Invoke(args);
32+
await tool.InvokeAsync(args);

0 commit comments

Comments
 (0)