correct the slashes for a new line.

This commit is contained in:
Paul van Brenk 2015-04-23 10:17:57 -07:00
parent 8955d7ba57
commit b6477607ac

View File

@ -810,7 +810,7 @@ module ts {
return {
options: {},
files: [],
errors: [realizeDiagnostic(result.error, '/r/n')]
errors: [realizeDiagnostic(result.error, '\r\n')]
};
}