summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-17 19:28:14 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-17 19:28:14 -0400
commitccbf589a5b1bce13d5e1897de854bebf15c53105 (patch)
tree6aedbe55353c904a5302092b26bc5663499191c4 /src
parent6268abed37cefe581bedc958b7d29b653d0468be (diff)
downloadSMAPI-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.cs2
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