Skip to content

Commit

Permalink
Improved error message
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 15, 2024
1 parent 3b3e6ac commit 219f180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public EShowList handleAction (@Nonnull final WebPageExecutionContext aWPEC,
sDirectoryName +
" to index '" +
sPI +
"'"));
"'. Please see the log file for details."));
}
aResultNodes.addChild (aBox);
}
Expand Down

0 comments on commit 219f180

Please sign in to comment.