Merge pull request #415 from filaraujo/patch-2

add check for log split before executing
This commit is contained in:
Daniel Freedman
2015-10-15 17:48:49 -07:00

View File

@@ -37,7 +37,7 @@ window.WebComponents = window.WebComponents || {};
}
}
// log flags
if (flags.log) {
if (flags.log && flags.log.split) {
var parts = flags.log.split(',');
flags.log = {};
parts.forEach(function(f) {