mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-05-18 15:56:32 +00:00
Merge pull request #415 from filaraujo/patch-2
add check for log split before executing
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user