We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b4c0d commit c0dee76Copy full SHA for c0dee76
libraries/node-core-library/src/InternalError.ts
@@ -18,7 +18,7 @@ export class InternalError extends Error {
18
19
private static _formatMessage(unformattedMessage: string): string {
20
return `Internal Error: ${unformattedMessage}\n\nYou have encountered a software defect. Please consider`
21
- + `reporting the issue to the maintainers of this application.`;
+ + ` reporting the issue to the maintainers of this application.`;
22
}
23
24
/**
0 commit comments