Skip to content
Snippets Groups Projects
Commit 16788592 authored by alja's avatar alja Committed by Sergey Linev
Browse files

Print cought exception as an error message instead of log

parent cb0adf07
Branches
Tags
No related merge requests found
......@@ -178,7 +178,7 @@ THREE.OutlinePass.prototype = Object.assign(Object.create(THREE.Pass.prototype),
}
}
catch (e) {
console.log("TREE.OutlinePass.parseAtts ", e);
console.error("TREE.OutlinePass.parseAtts ", e);
}
finally {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment