Skip to content

Commit

Permalink
🔊 improve fallback error message to trigger npm build again
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonaOna committed Feb 7, 2024
1 parent 0454c48 commit ffbc37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const throwAndDelegateError = (
}
throw new ServerError(
500,
`An internal error occurred: ${JSON.stringify(error)}`,
`An internal error occurred: ${JSON.stringify(error)}.`,
);
};

Expand Down

0 comments on commit ffbc37a

Please sign in to comment.