Skip to content

Commit 2420317

Browse files
committed
log POSTGRES_PASSWORD
1 parent d8603d6 commit 2420317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/emulator-testing/emulators/emulator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export abstract class Emulator {
147147
if (this.isDataConnect) {
148148
const dataConnectConfigDir = this.findDataConnectConfigDir();
149149
const password = process.env['POSTGRES_PASSWORD'];
150+
console.log('postgres password: ' + password);
150151
promise = spawn(this.binaryPath, [
151152
'--v=2',
152153
'dev',

0 commit comments

Comments
 (0)