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";
|
||||
}
|
||||
} catch (e) {
|
||||
equation = "Invalid equation";
|
||||
equation = "Invalid equation: " + equation;
|
||||
result = String(e);
|
||||
icon = "error";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue