Skip to content

Commit fbcd66a

Browse files
committed
added error logging
1 parent 496bdfd commit fbcd66a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/breinify-api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15808,6 +15808,7 @@ dependencyScope.jQuery = $;;
1580815808
try {
1580915809
this.storeAdditionalData(data);
1581015810
} catch (e) {
15811+
console.log(e);
1581115812
// ignore the exception, we still want to handle the response
1581215813
}
1581315814

dist/breinify-api.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Breinify.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
try {
176176
this.storeAdditionalData(data);
177177
} catch (e) {
178+
console.log(e);
178179
// ignore the exception, we still want to handle the response
179180
}
180181

0 commit comments

Comments
 (0)