Skip to content

Commit

Permalink
Item11014: More meaningful error message
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@12405 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Aug 28, 2011
1 parent 4d06ab6 commit f6cccc4
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -77,6 +77,10 @@ package Foswiki;
my $message = <<MESSAGE;
************************************************************
Could not load $script
Change to the root directory of your Foswiki installation
before running this installer.
MESSAGE
if ($@) {
$message .= "There was a compile error: $@\n";
Expand Down

0 comments on commit f6cccc4

Please sign in to comment.