diff --git a/services/math.ts b/services/math.ts index 8fbf757d..41e1488f 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"; }