Merge branch '5.x' of https://github.com/elastic/elasticsearch-js into 5.x
This commit is contained in:
@ -204,7 +204,7 @@ Sometimes you just need to inject a little snippet of your code and then continu
|
||||
class MyTransport extends Transport {
|
||||
request (params, options, callback) {
|
||||
// your code
|
||||
super.request(params, options, callback)
|
||||
return super.request(params, options, callback)
|
||||
}
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user