chore(reset) operation: rm unused: wasError

This commit is contained in:
coderaiser 2016-10-24 12:54:20 +03:00
parent 47b12bb07a
commit a2fd2b8bd8

View file

@ -262,7 +262,7 @@
}
function operation(op, from, to, names, fn) {
var packer, wasError;
var packer;
if (!fn) {
fn = names;
@ -274,7 +274,6 @@
packer = jaguar[op](from, to, names);
packer.on('error', function(error) {
wasError = true;
fn(error);
});