Commit b6028423 by Acetolyne

#77 -fixes output for printing purposes by adding the collection name to the output of the program.

parent 384ecdf0
...@@ -103,6 +103,8 @@ if(typeof persistResults !== 'undefined') { ...@@ -103,6 +103,8 @@ if(typeof persistResults !== 'undefined') {
} }
log('Using persistResults of ' + $persistResults); log('Using persistResults of ' + $persistResults);
log('Using collection: ' + collection);
var varietyTypeOf = function(thing) { var varietyTypeOf = function(thing) {
if (typeof thing === 'undefined') { throw 'varietyTypeOf() requires an argument'; } if (typeof thing === 'undefined') { throw 'varietyTypeOf() requires an argument'; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment