Commit 5882d666310a07524ab04e598e8f0c70ce9abdcb

Authored by Adhidarma Hadiwinoto
1 parent 6723ca4357
Exists in master

bugfix

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -316,7 +316,7 @@ function priceFromMessage(message) {
316 316 return matches[1];
317 317 }
318 318  
319   -function start(_config, _callbackReport) {
  319 +function start(_config, _callbackReport, options) {
320 320 config = _config;
321 321 callbackReport = _callbackReport;
322 322