Rename effective_options to effectiveOptions.
This commit is contained in:
parent
368cc3402b
commit
51dfa0ebdf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ requests.forEach(function(request) {
|
||||||
curl = Curl.create(defaultOptions);
|
curl = Curl.create(defaultOptions);
|
||||||
print('GET ' + url, 'green')
|
print('GET ' + url, 'green')
|
||||||
curl(url, options, function(err) {
|
curl(url, options, function(err) {
|
||||||
print('GET ' + this.url + ' ' + JSON.stringify(this.effective_options) + " finished.", 'green');
|
print('GET ' + this.url + ' ' + JSON.stringify(this.effectiveOptions) + " finished.", 'green');
|
||||||
|
|
||||||
if (err)
|
if (err)
|
||||||
return print(err, 'red');
|
return print(err, 'red');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue