mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
warn added
This commit is contained in:
parent
602675ccb4
commit
0b716cfa19
@ -14,8 +14,7 @@ function constructHeadElement(elementType, elementId, elementAttributes) {
|
||||
element.setAttribute(k, elementAttributes[k]);
|
||||
}
|
||||
catch(e){
|
||||
console.log(e.message);
|
||||
console.log(elementAttributes);
|
||||
console.warn(e.message);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user