Skip to content

Commit

Permalink
Improved diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
patspam committed Jun 16, 2010
1 parent 7fb3ab8 commit b99d7c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/WGDev/Command/Base/Webflow.pm
Expand Up @@ -21,6 +21,8 @@ sub process_with_config_template {
my $session = $wgd->session;
my %current_settings;

die "Config template not found, do you need to defined WEBFLOW_ROOT? $config_template" unless -e $config_template;

require File::Copy;

# Optionally load database (slow)
Expand Down

0 comments on commit b99d7c1

Please sign in to comment.