launcher: better math error message
This commit is contained in:
parent
e8328bbb1c
commit
ecf4916687
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export default class Math extends GObject.Object {
|
||||||
icon = "calculate";
|
icon = "calculate";
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
equation = "Invalid equation";
|
equation = "Invalid equation: " + equation;
|
||||||
result = String(e);
|
result = String(e);
|
||||||
icon = "error";
|
icon = "error";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue