aboutsummaryrefslogtreecommitdiff
path: root/src/enzymatic.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r--src/enzymatic.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/enzymatic.js b/src/enzymatic.js
index c0ef3b69..1bce512f 100644
--- a/src/enzymatic.js
+++ b/src/enzymatic.js
@@ -72,11 +72,10 @@ Substrate.prototype = {
hadProcessing = true;
var outputs;
try {
- dprint('Processing using ' + zyme.name_);
+ dprint('Processing using ' + zyme.name_ + ': ' + selected.length + ' items out of ' + this.items.length);
//PROF(true);
outputs = zyme.process(selected);
//PROF();
- dprint('...complete');
} catch (e) {
print("Exception, current selected are: " + selected.map(dump).join('\n\n').substr(0,100));
print("Stack: " + new Error().stack);
@@ -119,7 +118,7 @@ Substrate.prototype = {
} else {
delete item.__uid__;
}
- });
+ });
}
}
if (this.items.length === 0) {