Skip to content

Commit

Permalink
fix(logs): updates logs
Browse files Browse the repository at this point in the history
  • Loading branch information
invincibleJai committed Apr 24, 2019
1 parent 0d8747d commit e30bc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ let get_metadata = (ecosystem, name, version) => {
'Authorization' : 'Bearer ' + config.api_token,
};
winston.debug('get ' + options['url']);
connection.console.log('get ' + options['url']);
connection.console.log('Scanning ' + part);
if(process.env.RECOMMENDER_API_URL){
request.get(options, (err, httpResponse, body) => {
if(err){
Expand Down

0 comments on commit e30bc20

Please sign in to comment.