cozy / cozy-vcard

Cozy-vcard provides vcard Parser and Objects
Other
29 stars 17 forks source link

Fix exporting geo fields #27

Closed nono closed 6 years ago

nono commented 6 years ago
/usr/lib/node_modules/cozy-monitor/node_modules/cozy-vcard/lib/index.js:552
      text = value.replace(/([,;\\])/ig, "\\$1");
                   ^

TypeError: value.replace is not a function
    at Function.VCardParser.escapeText (/usr/lib/node_modules/cozy-monitor/node_modules/cozy-vcard/lib/index.js:552:20)
    at exportExtraFields (/usr/lib/node_modules/cozy-monitor/node_modules/cozy-vcard/lib/index.js:699:29)
    at Function.VCardParser.toVCF (/usr/lib/node_modules/cozy-monitor/node_modules/cozy-vcard/lib/index.js:588:5)
    at /usr/lib/node_modules/cozy-monitor/lib/export.js:358:29
    at /usr/lib/node_modules/cozy-monitor/node_modules/async/lib/async.js:181:20
    at iterate (/usr/lib/node_modules/cozy-monitor/node_modules/async/lib/async.js:262:13)
    at /usr/lib/node_modules/cozy-monitor/node_modules/async/lib/async.js:274:29
    at /usr/lib/node_modules/cozy-monitor/node_modules/async/lib/async.js:44:16
    at null.<anonymous> (/usr/lib/node_modules/cozy-monitor/node_modules/tar-stream/pack.js:179:5)
    at f (/usr/lib/node_modules/cozy-monitor/node_modules/tar-stream/node_modules/end-of-stream/node_modules/once/once.js:25:25)