Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heqianwang committed Aug 14, 2024
1 parent 25bedfe commit 1981140
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Workleap.OpenApi.MSBuild/Spectral/SpectralRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ private void DisplayPreviousSpectralReport(string documentPath)
this._loggerWrapper.LogWarning(line);
}
}

this._loggerWrapper.LogMessage(line, MessageImportance.High);
else
{
this._loggerWrapper.LogMessage(line, MessageImportance.High);
}
}
}

Expand Down

0 comments on commit 1981140

Please sign in to comment.