mirror of https://github.com/grpc/grpc-node.git
Add a log line to the top level of xds-interop-client
This commit is contained in:
parent
362b77259f
commit
eb849db1aa
|
|
@ -220,4 +220,6 @@ function main() {
|
|||
|
||||
if (require.main === module) {
|
||||
main();
|
||||
}
|
||||
}
|
||||
|
||||
console.log('Bottom of xds-interop-client');
|
||||
Loading…
Reference in New Issue