Skip to content

Commit

Permalink
Fix "success" message when bindings not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyruz committed Mar 22, 2021
1 parent 9e329cd commit 8cf7dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FrankenPedal/FrankenPedal/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ static void Main(string[] args)
{
Console.WriteLine($"ERROR: {e.Message}");
}
System.Environment.Exit(1);
}
Console.WriteLine("Binding Successful!");
})
Expand Down

0 comments on commit 8cf7dda

Please sign in to comment.