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.
1 parent 7b302bc commit 1b05e08Copy full SHA for 1b05e08
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