From 5ea1a305a69cdf2c3a82cb9b289df547c70cb800 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Tue, 3 Apr 2018 23:13:13 -0400 Subject: [PATCH] Clarify error origin --- js/modules/types/message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/types/message.js b/js/modules/types/message.js index c428cadc8..c9083107a 100644 --- a/js/modules/types/message.js +++ b/js/modules/types/message.js @@ -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'); } });