mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-31 06:59:45 +08:00
revert: restore state before huge regression
This commit is contained in:
@@ -387,7 +387,7 @@ internal sealed class EmulatorProcess : IDisposable
|
||||
|
||||
private void ForwardOutput(string? line, bool isError)
|
||||
{
|
||||
if (line is not null)
|
||||
if (!string.IsNullOrEmpty(line))
|
||||
{
|
||||
OutputReceived?.Invoke(line, isError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user