Skip to content

Commit

Permalink
Merge a021e64 into aa2519c
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelmello committed Mar 9, 2019
2 parents aa2519c + a021e64 commit 9c04c65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/handleInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ var logger = require('./logger')();
function handleInput(input, cb, userOptions) {
logger.debug(input);
logger.debug('user options ' + userOptions);
index.getOptions(function(err, options){

index.getOptions(function(err, options){
if (err){
logger.error("error from getOptions");
cb(err);
Expand Down

0 comments on commit 9c04c65

Please sign in to comment.