Skip to content

Commit

Permalink
Update src/EvoSC.Common/Config/Mapping/Toml/ThemeConfigOptionsMapper.cs
Browse files Browse the repository at this point in the history
Co-authored-by: AtomicLiquid <[email protected]>
  • Loading branch information
snixtho and AtomicLiquid authored Dec 11, 2023
1 parent 0477d1c commit ee5aa1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public DynamicThemeOptions Deserialize(TomlValue tomlValue)

if (doc == null)
{
throw new InvalidOperationException("Value is not a document.");
throw new InvalidOperationException("Value is not a document");
}

var options = new DynamicThemeOptions();
Expand Down

0 comments on commit ee5aa1f

Please sign in to comment.