Skip to content

Commit

Permalink
improved CSX info message
Browse files Browse the repository at this point in the history
  • Loading branch information
filipw authored Nov 4, 2021
1 parent 69f743e commit 5a26e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OmniSharp.Script/ScriptProjectSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void Initalize(IConfiguration configuration)

if (allCsxFiles.Length == 0)
{
_logger.LogInformation("Could not find any CSX files");
_logger.LogInformation("Did not find any CSX files");
Initialized = true;

// Watch CSX files in order to add/remove them in workspace
Expand Down

0 comments on commit 5a26e9c

Please # to comment.