Skip to content

Commit c0dee76

Browse files
committed
Add missing space
1 parent 35b4c0d commit c0dee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/node-core-library/src/InternalError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class InternalError extends Error {
1818

1919
private static _formatMessage(unformattedMessage: string): string {
2020
return `Internal Error: ${unformattedMessage}\n\nYou have encountered a software defect. Please consider`
21-
+ `reporting the issue to the maintainers of this application.`;
21+
+ ` reporting the issue to the maintainers of this application.`;
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)