Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added an extra line so we know what min and max are
  • Loading branch information
Michael Murray committed Feb 10, 2014
commit 7a8912a9898bb39d4b036cd814a52f38298c2ba3
1 change: 1 addition & 0 deletions core/candleManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ Manager.prototype.addEmtpyCandles = function(candles, start, end) {

if(min > max) {
console.log('c', candles, 's', start, 'e', end);
console.log('min', min, 'max', max);
throw 'Weird error 2';
}

Expand Down