We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934e8b5 commit a23d0c1Copy full SHA for a23d0c1
service/jdbc.gs
@@ -120,7 +120,7 @@ function writeManyRecords() {
120
121
const end = new Date();
122
Logger.log('Time elapsed: %sms for %s rows.', end - start, batch.length);
123
- } catch {
+ } catch (err) {
124
// TODO(developer) - Handle exception from the API
125
Logger.log('Failed with an error %s', err.message);
126
}
@@ -153,7 +153,7 @@ function readFromTable() {
153
154
155
Logger.log('Time elapsed: %sms', end - start);
156
157
158
159
0 commit comments