Skip to content

Commit cd019ee

Browse files
Merge remote-tracking branch 'origin/fix-error-handling' into june-2024-release
2 parents 75aec5e + 15fee00 commit cd019ee

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

generator/cybersource-javascript-template/ApiClient.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -778,9 +778,6 @@
778778
callback(userError, null, response);
779779
});
780780

781-
process.on('uncaughtException', (reason, p) => {
782-
// console.log('Uncaught exception at Promise :' + p + ' with Reason : ' + reason);
783-
});
784781
{{/usePromises}} };
785782

786783
/**

src/ApiClient.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -755,9 +755,6 @@
755755
callback(userError, null, response);
756756
});
757757

758-
process.on('uncaughtException', (reason, p) => {
759-
// console.log('Uncaught exception at Promise :' + p + ' with Reason : ' + reason);
760-
});
761758
};
762759

763760
/**

0 commit comments

Comments
 (0)