diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-18 12:43:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-18 12:43:31 -0400 |
commit | 6ac5ca090da088e96b0c6508866cebe7eedc439d (patch) | |
tree | 949166e5875c1969491fecb9d2c4d34afab936f8 /src/SMAPI.Internal/SMAPI.Internal.projitems | |
parent | 8a117744608dfff970855defbffb1f40466ab755 (diff) | |
download | SMAPI-6ac5ca090da088e96b0c6508866cebe7eedc439d.tar.gz SMAPI-6ac5ca090da088e96b0c6508866cebe7eedc439d.tar.bz2 SMAPI-6ac5ca090da088e96b0c6508866cebe7eedc439d.zip |
simplify exception logs
Diffstat (limited to 'src/SMAPI.Internal/SMAPI.Internal.projitems')
-rw-r--r-- | src/SMAPI.Internal/SMAPI.Internal.projitems | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Internal/SMAPI.Internal.projitems b/src/SMAPI.Internal/SMAPI.Internal.projitems index 0ee94a5b..41d356c0 100644 --- a/src/SMAPI.Internal/SMAPI.Internal.projitems +++ b/src/SMAPI.Internal/SMAPI.Internal.projitems @@ -14,6 +14,6 @@ <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\ConsoleLogLevel.cs" /> <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\IConsoleWriter.cs" /> <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\MonitorColorScheme.cs" /> - <Compile Include="$(MSBuildThisFileDirectory)ExceptionExtensions.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)ExceptionHelper.cs" /> </ItemGroup> </Project>
\ No newline at end of file |