Skip to content

Commit b647760

Browse files
author
Paul van Brenk
committed
correct the slashes for a new line.
1 parent 8955d7b commit b647760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ module ts {
810810
return {
811811
options: {},
812812
files: [],
813-
errors: [realizeDiagnostic(result.error, '/r/n')]
813+
errors: [realizeDiagnostic(result.error, '\r\n')]
814814
};
815815
}
816816

0 commit comments

Comments
 (0)