File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,10 @@ class DatabaseAdminClient {
209209 function ( ) {
210210 const args = Array . prototype . slice . call ( arguments , 0 ) ;
211211 return stub [ methodName ] . apply ( stub , args ) ;
212+ } ,
213+ err =>
214+ function ( ) {
215+ throw err ;
212216 }
213217 ) ,
214218 defaults [ methodName ] ,
Original file line number Diff line number Diff line change @@ -232,6 +232,10 @@ class InstanceAdminClient {
232232 function ( ) {
233233 const args = Array . prototype . slice . call ( arguments , 0 ) ;
234234 return stub [ methodName ] . apply ( stub , args ) ;
235+ } ,
236+ err =>
237+ function ( ) {
238+ throw err ;
235239 }
236240 ) ,
237241 defaults [ methodName ] ,
Original file line number Diff line number Diff line change @@ -175,6 +175,10 @@ class SpannerClient {
175175 function ( ) {
176176 const args = Array . prototype . slice . call ( arguments , 0 ) ;
177177 return stub [ methodName ] . apply ( stub , args ) ;
178+ } ,
179+ err =>
180+ function ( ) {
181+ throw err ;
178182 }
179183 ) ,
180184 defaults [ methodName ] ,
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-02-05T12:19:30.273042Z ",
2+ "updateTime": "2019-02-13T12:25:28.245272Z ",
33 "sources": [
44 {
55 "generator": {
66 "name": "artman",
7- "version": "0.16.9 ",
8- "dockerImage": "googleapis/artman@sha256:80c39fa84e7203c8f355e01bdeef82155013cc39dcaa48fba7a6fe2c253623e3 "
7+ "version": "0.16.13 ",
8+ "dockerImage": "googleapis/artman@sha256:5fd9aee1d82a00cebf425c8fa431f5457539562f5867ad9c54370f0ec9a7ccaa "
99 }
1010 },
1111 {
1212 "git": {
1313 "name": "googleapis",
1414 "remote": "https://github.com/googleapis/googleapis.git",
15- "sha": "f26c727dde5051abefc5ad9e7dee82a2686ad2b0 ",
16- "internalRef": "232306662 "
15+ "sha": "ca61898878f0926dd9dcc68ba90764f17133efe4 ",
16+ "internalRef": "233680013 "
1717 }
1818 },
1919 {
You can’t perform that action at this time.
0 commit comments