Skip to content

Commit

Permalink
Automated JetBrains cleanup
Browse files Browse the repository at this point in the history
Co-authored-by:  <[email protected]>
  • Loading branch information
github-actions[bot] committed Nov 30, 2024
1 parent b7d976d commit 6c131a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Consolonia.Designer/ConsolePreview.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ private void ListenForChanges()

string? line = await _process!.StandardOutput.ReadLineAsync().ConfigureAwait(false);
if (string.IsNullOrEmpty(line)) continue;

Debug.WriteLine("BUFFER RECEIVED");
try
{
Expand Down

0 comments on commit 6c131a6

Please sign in to comment.