Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 53691a1

Browse files
exit if grpcjs
1 parent 176f020 commit 53691a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

system-test/logging.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
if (process.env.GOOGLE_CLOUD_USE_GRPC_JS) {
18+
process.exit(0);
19+
return;
20+
}
21+
1722
import {BigQuery} from '@google-cloud/bigquery';
1823
import {ServiceObject} from '@google-cloud/common';
1924
import {PubSub} from '@google-cloud/pubsub';

0 commit comments

Comments
 (0)