Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Fix error result
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Sep 30, 2019
1 parent 7f852c4 commit 0e06ad6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions neo-cli/Services/ConsoleServiceBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,7 @@ private void RunConsole()
}
catch (Exception ex)
{
#if DEBUG
Console.WriteLine($"error: {ex.Message}");
#else
Console.WriteLine("error");
#endif
}
}

Expand Down

0 comments on commit 0e06ad6

Please sign in to comment.