Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdomnitz committed Jan 14, 2025
1 parent 374897d commit fa97dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExampleConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ internal class Program
static async Task Main(string[] args)
{
Controller controller = Controller.Load("fabric.fabric", "fabric.key");
await controller.Start();
await controller.EnumerateFabric();
Console.WriteLine(controller.ToString());

Console.ReadLine();
}
}
Expand Down

0 comments on commit fa97dab

Please sign in to comment.