Skip to content

Commit

Permalink
refactor(): add extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Mar 10, 2020
1 parent 6e0346a commit 2ea6fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export class ConfigModule {
const envFilePaths = Array.isArray(options.envFilePath)
? options.envFilePath
: [options.envFilePath || resolve(process.cwd(), '.env')];

let config: ReturnType<typeof dotenv.parse> = {};
for (const envFilePath of envFilePaths) {
if (fs.existsSync(envFilePath)) {
Expand Down

0 comments on commit 2ea6fb6

Please sign in to comment.