mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02:00
clone clean up
This commit is contained in:
parent
a21760b374
commit
32fcb771ca
1
index.js
1
index.js
@ -884,7 +884,6 @@ Sharp.prototype.clone = function() {
|
||||
// Clone existing options
|
||||
var clone = new Sharp();
|
||||
util._extend(clone.options, this.options);
|
||||
clone.streamIn = false;
|
||||
// Pass 'finish' event to clone for Stream-based input
|
||||
this.on('finish', function() {
|
||||
// Clone inherits input data
|
||||
|
Loading…
x
Reference in New Issue
Block a user