mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
chore: log error directly otherwise stacktrace will be lost
This commit is contained in:
parent
f167a5567f
commit
e569be26c8
@ -20,7 +20,7 @@ export default function rendererFactory() {
|
||||
|
||||
class FaultComponent extends PureComponent {
|
||||
render() {
|
||||
// FIXME: errorlog
|
||||
console.error(this.props.error);
|
||||
console.error('render error', this.props);
|
||||
return createElement(Div, {
|
||||
style: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user