From 8a496fdde61b766e3ff720172419b7d53cbc40f2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 8 Apr 2020 17:06:18 +0200 Subject: rc: convert the error text to string --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index 225a3bb..a75eeae 100644 --- a/rc.lua +++ b/rc.lua @@ -34,7 +34,7 @@ do naughty.notify({ preset = naughty.config.presets.critical, title = "Oops, an error happened!", - text = err }) + text = tostring(err) }) in_error = false end) end -- cgit v1.2.3