Skip to content

Commit 46a4c40

Browse files
committed
Added more logging
1 parent b1dfea9 commit 46a4c40

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/data-connect/test/util.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ import {
2525
} from '../src';
2626

2727
export const EMULATOR_PORT = process.env.DC_EMULATOR_PORT;
28+
// eslint-disable-next-line no-console
29+
console.log('Emulator Port: ' + EMULATOR_PORT);
2830
const USE_EMULATOR = !!EMULATOR_PORT;
2931
export const CONNECTOR_NAME = 'tests';
3032
export const LOCATION_NAME = 'us-west2';

scripts/emulator-testing/emulators/dataconnect-emulator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const DATACONNECT_EMULATOR_VERSION = '1.7.5';
2222

2323
export class DataConnectEmulator extends Emulator {
2424
constructor(port = 9399) {
25+
console.log('passing in ' + port + ' as port for fdc');
2526
const os = platform();
2627
let urlString = '';
2728
switch (os) {

0 commit comments

Comments
 (0)