Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b99d7c1

Browse files
committedJun 16, 2010
Improved diagnostics
1 parent 7fb3ab8 commit b99d7c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎lib/WGDev/Command/Base/Webflow.pm

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ sub process_with_config_template {
2121
my $session = $wgd->session;
2222
my %current_settings;
2323

24+
die "Config template not found, do you need to defined WEBFLOW_ROOT? $config_template" unless -e $config_template;
25+
2426
require File::Copy;
2527

2628
# Optionally load database (slow)

0 commit comments

Comments
 (0)
Please sign in to comment.