Clarify error origin
This commit is contained in:
parent
9dcb64b53c
commit
5ea1a305a6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue