Support Windows line endings
1 files changed, 1 insertions(+), 0 deletions(-) M processor.js
M processor.js => processor.js +1 -0
@@ 388,6 388,7 @@ if (process.stdout.isTTY) { // load the file const fileContents = fs.readFileSync(filename, "utf8") +fileContents.replace(/\r\n/g, "\n") loadDialog(fileContents) // save the file