This commit is contained in:
Julian Lam
2014-04-15 11:55:54 -04:00
parent cbca9a4faf
commit 4f7810090a
3 changed files with 48 additions and 22 deletions

View File

@@ -7,7 +7,6 @@ var async = require('async'),
questions = {};
// maybe this should go into install/database.js
function success(err, config, callback) {
if (!config) {
return callback(new Error('aborted'));