Skip to content

Commit 7107c41

Browse files
authored
Merge branch 'main' into fix-create-table
2 parents e58b405 + 795f9e8 commit 7107c41

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bin/node-pg-migrate.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,7 @@ if (argv.help || argv._.length === 0) {
253253
const envPath = argv[envPathArg];
254254

255255
// Create default dotenv config
256-
const dotenvConfig: DotenvConfigOptions & { silent: boolean } = {
257-
// TODO @Shinigami92 2024-04-05: Does the silent option even still exists and do anything?
258-
silent: true,
259-
};
256+
const dotenvConfig: DotenvConfigOptions = {};
260257

261258
// If the path has been configured, add it to the config, otherwise don't change the default dotenv path
262259
if (envPath) {

0 commit comments

Comments
 (0)