From 6052986aec6e57421cd6e4a8cbd1cf41c2dfbcb6 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Tue, 24 Jul 2018 21:06:26 -0400 Subject: [PATCH] modify reasons --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 52a3039..bbe9ecf 100644 --- a/index.js +++ b/index.js @@ -67,7 +67,7 @@ module.exports = { return { success: false, details: { - reason: 'Extraction of file is not permitted.', + reason: 'Extraction of ' + File + ' failed.', args: [ { name: 'Archive', @@ -92,7 +92,7 @@ module.exports = { return { success: false, details: { - reason: File + ' not valid.', + reason: File + ' not permitted.', args: [ { name: 'Archive',