We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b302bc + 1b05e08 commit 97718bdCopy full SHA for 97718bd
lib/dot-env.js
@@ -9,6 +9,7 @@ try {
9
if (!line) {
10
return;
11
}
12
+ line = line.replace('\r', '');
13
line = line.split('=');
14
env[line[0]] = line[1];
15
});
0 commit comments