Clarify error origin

This commit is contained in:
Daniel Gasienica 2018-04-03 23:13:13 -04:00
parent 9dcb64b53c
commit 5ea1a305a6

View file

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