Skip to content

Commit

Permalink
Update marketFetcher.js (askmike#1547)
Browse files Browse the repository at this point in the history
* Fix typos in tradebot doc

* Add back "By YOU" text.

* Update marketFetcher.js

Misspell bug
  • Loading branch information
Yoyae authored and askmike committed Jan 13, 2018
1 parent 330a584 commit 600faae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/budfox/marketFetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Fetcher.prototype.fetch = function() {
Fetcher.prototype.processTrades = function(err, trades) {
if(err || _.isEmpty(trades)) {
if(err) {
log.warn(this.exhange.name, 'returned an error while fetching trades:', err);
log.warn(this.exchange.name, 'returned an error while fetching trades:', err);
log.debug('refetching...');
} else
log.debug('Trade fetch came back empty, refetching...');
Expand Down

0 comments on commit 600faae

Please sign in to comment.