From b957e5a1c1823e714364ef88f934b39808c0f4e4 Mon Sep 17 00:00:00 2001 From: Max Thayer Date: Fri, 6 Sep 2013 10:04:20 -0400 Subject: [PATCH] more helpful error message --- tasks/couchapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/couchapp.js b/tasks/couchapp.js index 464b63f..9df6922 100755 --- a/tasks/couchapp.js +++ b/tasks/couchapp.js @@ -95,7 +95,7 @@ module.exports = function(grunt) { } }); } else { - var err_msg = "No database specified... skipping."; + var err_msg = "No database specified to create!"; grunt.warn(err_msg); return done(new Error(err_msg), null); }