Skip to content

Commit

Permalink
Replaced writing to console with logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGershony committed Jan 11, 2024
1 parent 3254c3d commit 344bc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angor/Client/Pages/Invest.razor
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
}
catch (JSException e)
{
Console.WriteLine(e);
_Logger.LogError(e,"Failed to load the nostr tools module");
notificationComponent.ShowErrorMessage(e.Message);
}
}
Expand Down

0 comments on commit 344bc13

Please sign in to comment.