@kenjiuno/msgreader
Advanced tools
Comparing version 1.17.0-alpha.6 to 1.17.0-alpha.7
@@ -147,3 +147,10 @@ "use strict"; | ||
else if (key === "apptRecur") { | ||
value = (0, AppointmentRecurParser_1.parse)(ds, ansiEncoding); | ||
try { | ||
value = (0, AppointmentRecurParser_1.parse)(ds, ansiEncoding); | ||
} | ||
catch (ex) { | ||
console.debug(ex); | ||
// drop this data | ||
key = undefined; | ||
} | ||
} | ||
@@ -150,0 +157,0 @@ else if (key === "recipType") { |
{ | ||
"name": "@kenjiuno/msgreader", | ||
"version": "1.17.0-alpha.6", | ||
"version": "1.17.0-alpha.7", | ||
"description": "Outlook Item File (.msg) reader in JavaScript Npm Module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
369021
10025