Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelmello committed Mar 9, 2019
1 parent aa2519c commit a021e64
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 a021e64

Please sign in to comment.