Log errors to console on command failure
This commit is contained in:
@@ -781,6 +781,7 @@ export default class App extends Component {
|
|||||||
try {
|
try {
|
||||||
cmd(this, args);
|
cmd(this, args);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.error("Failed to execute command '" + name + "'", error);
|
||||||
this.setState({ error });
|
this.setState({ error });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user