mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-05-16 19:11:06 +00:00
8 lines
No EOL
183 B
JavaScript
8 lines
No EOL
183 B
JavaScript
postal.addWireTap(function(data) {
|
|
try {
|
|
console.log(JSON.stringify(data || {}));
|
|
}
|
|
catch(exception) {
|
|
console.log("(Unable to show JSON data)");
|
|
}
|
|
}); |