Add a log line to the top level of xds-interop-client

This commit is contained in:
Michael Lumish 2020-08-21 12:47:17 -07:00
parent 362b77259f
commit eb849db1aa
1 changed files with 3 additions and 1 deletions

View File

@ -220,4 +220,6 @@ function main() {
if (require.main === module) {
main();
}
}
console.log('Bottom of xds-interop-client');