diff options
Diffstat (limited to 'services/math.ts')
| -rw-r--r-- | services/math.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/math.ts b/services/math.ts index 8fbf757..41e1488 100644 --- a/services/math.ts +++ b/services/math.ts @@ -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"; } |