fix style
This commit is contained in:
parent
afd4441700
commit
f8215bc00c
4 changed files with 23 additions and 23 deletions
|
@ -199,7 +199,7 @@ Extract.prototype._parse = function(size, onparse) {
|
|||
this._onparse = onparse
|
||||
}
|
||||
|
||||
Extract.prototype._continue = function(err) {
|
||||
Extract.prototype._continue = function () {
|
||||
if (this._destroyed) return
|
||||
var cb = this._cb
|
||||
this._cb = noop
|
||||
|
|
Loading…
Reference in a new issue