Skip to content

Commit ffbc37a

Browse files
committed
🔊 improve fallback error message to trigger npm build again
1 parent 0454c48 commit ffbc37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const throwAndDelegateError = (
7878
}
7979
throw new ServerError(
8080
500,
81-
`An internal error occurred: ${JSON.stringify(error)}`,
81+
`An internal error occurred: ${JSON.stringify(error)}.`,
8282
);
8383
};
8484

0 commit comments

Comments
 (0)