Skip to content

Commit 463044e

Browse files
Improved error reporting
1 parent a343a69 commit 463044e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/abstractplay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6972,7 +6972,7 @@ async function reportProblem(pars: { error: string })
69726972
},
69736973
Subject: {
69746974
Charset: "UTF-8",
6975-
Data: "AbstractPlay front end error report"
6975+
Data: `AbstractPlay front end error report${process.env.ABSTRACT_PLAY_TABLE?.includes('-dev') ? ' (dev server)' : ''}`
69766976
},
69776977
},
69786978

0 commit comments

Comments
 (0)