Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 3a856f0

Browse files
committed
Merge pull request #415 from filaraujo/patch-2
add check for log split before executing
2 parents c469b00 + 7b513b5 commit 3a856f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebComponents/build/boot-lite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ window.WebComponents = window.WebComponents || {};
3737
}
3838
}
3939
// log flags
40-
if (flags.log) {
40+
if (flags.log && flags.log.split) {
4141
var parts = flags.log.split(',');
4242
flags.log = {};
4343
parts.forEach(function(f) {

0 commit comments

Comments
 (0)