Commit f353938f authored by Boris Kocherov's avatar Boris Kocherov

improve error notification

parent d94a71f6
......@@ -2171,6 +2171,10 @@
.push(function () {
g.props.rerender = false;
return g.element;
})
.push(undefined, function (err) {
console.error(err);
throw err;
});
})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment