Clarify error origin

pull/1/head
Daniel Gasienica 8 years ago
parent 9dcb64b53c
commit 5ea1a305a6

@ -221,7 +221,7 @@ exports.createImporter = (writeExistingAttachmentData) => {
} }
if (!isString(attachment.path)) { if (!isString(attachment.path)) {
throw new TypeError('"attachment.path" is required'); throw new TypeError('"attachment.path" is required during message import');
} }
}); });

Loading…
Cancel
Save