We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abae501 + d653287 commit 289b597Copy full SHA for 289b597
1 file changed
js/common/repl-file-transfer.js
@@ -35,7 +35,7 @@ class FileTransferClient {
35
if (contents === null) {
36
return raw ? null : "";
37
}
38
- return contents;
+ return contents.replaceAll("\r\n", "\n");
39
40
41
async writeFile(path, offset, contents, modificationTime, raw = false) {
0 commit comments