From 8e87f3bb84722152466ea01d22012f31fc4e661c 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 272937a..b5fcd4d 100644 --- a/tasks/couchapp.js +++ b/tasks/couchapp.js @@ -83,7 +83,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); }