We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d211d97 commit 46e7c25Copy full SHA for 46e7c25
src/containers/blocks.jsx
@@ -510,10 +510,7 @@ class Blocks extends React.Component {
510
// incomplete. Throwing the error would keep things like setting the
511
// correct editing target from happening which can interfere with
512
// some blocks and processes in the vm.
513
- if (error.message) {
514
- error.message = `Workspace Update Error: ${error.message}`;
515
- }
516
- log.error(error);
+ log.error('Workspace Update Error:', error);
517
}
518
this.workspace.addChangeListener(this.props.vm.blockListener);
519
0 commit comments