We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0454c48 commit ffbc37aCopy full SHA for ffbc37a
src/util/error.ts
@@ -78,7 +78,7 @@ export const throwAndDelegateError = (
78
}
79
throw new ServerError(
80
500,
81
- `An internal error occurred: ${JSON.stringify(error)}`,
+ `An internal error occurred: ${JSON.stringify(error)}.`,
82
);
83
};
84
0 commit comments