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 e58b405 + 795f9e8 commit 7107c41Copy full SHA for 7107c41
bin/node-pg-migrate.ts
@@ -253,10 +253,7 @@ if (argv.help || argv._.length === 0) {
253
const envPath = argv[envPathArg];
254
255
// 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
-};
+const dotenvConfig: DotenvConfigOptions = {};
260
261
// If the path has been configured, add it to the config, otherwise don't change the default dotenv path
262
if (envPath) {
0 commit comments