Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jun 30, 2024
1 parent 4f8c4bb commit 9089254
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/OneWare.Ghdl/Services/GhdlService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public GhdlService(ILogger logger, IDockService dockService, ISettingsService se
return (false,string.Empty);
}
}

return await _childProcessService.ExecuteShellAsync("ghdl", arguments, workingDirectory,
status, state, showTimer, x =>
{
Expand All @@ -80,12 +81,9 @@ public GhdlService(ILogger logger, IDockService dockService, ISettingsService se
_logger.Error(x);
return false;
}

_outputService.WriteLine(x);
return true;
}, err =>
{
_logger.Error(err);
return false;
});
}

Expand Down

0 comments on commit 9089254

Please sign in to comment.