Skip to content

Commit 839d149

Browse files
committed
Change crash message, addresses #1118
1 parent a91883c commit 839d149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/crash_handler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ function injectStackTrace()
682682
end
683683

684684
if not V then
685-
table.insert(err, '\nA bad lovely patch has resulted in this crash.\n')
685+
table.insert(err, '\nA mod you have installed has caused a syntax error through patching. Please share this crash with the mod developer.\n')
686686
end
687687

688688
local success, msg = pcall(getDebugInfoForCrash)

version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "1.0.0~BETA-1215b-STEAMODDED"
1+
return "1.0.0~BETA-1215c-STEAMODDED"

0 commit comments

Comments
 (0)