Skip to content

Commit

Permalink
modify reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
jnovack committed Jul 25, 2018
1 parent 8794ea0 commit 6052986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -92,7 +92,7 @@ module.exports = {
return {
success: false,
details: {
reason: File + ' not valid.',
reason: File + ' not permitted.',
args: [
{
name: 'Archive',
Expand Down

0 comments on commit 6052986

Please sign in to comment.