adding error
This commit is contained in:
parent
81ce2675b4
commit
6a76b2ef03
|
|
@ -169,6 +169,7 @@ try {
|
|||
${src}
|
||||
} catch(e) {
|
||||
console.warn("Error at item ${meta.item.name}:", ___js);
|
||||
console.error(e);
|
||||
}
|
||||
`
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue