Skip to content

Commit

Permalink
Don't exit until API requests are correctly processed
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Dec 10, 2012
1 parent baec131 commit 153f56d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/gcs-configure-from-sdf
Expand Up @@ -223,7 +223,6 @@ client.getDomainStatus(function(error, domain) {

if (commandLine.options.force) {
doDefine(true);
process.exit(0);
} else {
commandLine.confirm('Configure [' + client.domainName + '] with analyzed fields (y/N) ', doDefine);
}
Expand Down

0 comments on commit 153f56d

Please sign in to comment.