Skip to content

Commit

Permalink
Update src/D2L.Bmx/Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gord5500 authored Jun 29, 2023
1 parent 5ceec22 commit f0cd054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/D2L.Bmx/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ static async Task RunWithErrorHandlingAsync( InvocationContext context, Func<Tas
Console.Error.WriteLine( e.Message );
} else {
Console.Error.WriteLine( "BMX exited with unexpected internal error" );
Console.Error.WriteLine( e.ToString() );
}
if( Environment.GetEnvironmentVariable( "BMX_DEBUG" ) == "1" ) {
Console.Error.WriteLine( e );
Expand Down

0 comments on commit f0cd054

Please sign in to comment.