Skip to content

Commit 5c46a89

Browse files
does this help?
1 parent ad61314 commit 5c46a89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/common/grpc-service.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ var HTTP_ERROR_CODE_MAP = {
137137
* @param {object} options - [Configuration object](#/docs/?method=gcloud).
138138
*/
139139
function GrpcService(config, options) {
140+
if (global.GCLOUD_SANDBOX_ENV) {
141+
return;
142+
}
143+
140144
Service.call(this, config, options);
141145

142146
var service = config.service;

0 commit comments

Comments
 (0)