diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-17 19:28:14 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-17 19:28:14 -0400 |
commit | ccbf589a5b1bce13d5e1897de854bebf15c53105 (patch) | |
tree | 6aedbe55353c904a5302092b26bc5663499191c4 /src | |
parent | 6268abed37cefe581bedc958b7d29b653d0468be (diff) | |
download | SMAPI-ccbf589a5b1bce13d5e1897de854bebf15c53105.tar.gz SMAPI-ccbf589a5b1bce13d5e1897de854bebf15c53105.tar.bz2 SMAPI-ccbf589a5b1bce13d5e1897de854bebf15c53105.zip |
update for new build path
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Internal/ExceptionHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Internal/ExceptionHelper.cs b/src/SMAPI.Internal/ExceptionHelper.cs index 4bc55f95..05b96c2e 100644 --- a/src/SMAPI.Internal/ExceptionHelper.cs +++ b/src/SMAPI.Internal/ExceptionHelper.cs @@ -65,7 +65,7 @@ namespace StardewModdingAPI.Internal // remove unneeded root build paths for SMAPI and Stardew Valley message = message - .Replace(@"C:\source\_Stardew\SMAPI\src\", "") + .Replace(@"E:\source\_Stardew\SMAPI\src\", "") .Replace(@"C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\", ""); // remove placeholder info in Linux/macOS stack traces |