From 3749647563e93a24171bab5b27a9af9efccd9259 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 7 Dec 2009 18:32:06 +0000 Subject: prosody: Less strict matching for the magic 'interrupted' error --- prosody | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosody') diff --git a/prosody b/prosody index e4d0c719..6df7428b 100755 --- a/prosody +++ b/prosody @@ -303,7 +303,7 @@ end function loop() -- Error handler for errors that make it this far local function catch_uncaught_error(err) - if type(err) == "string" and err:match("%d*: interrupted!$") then + if type(err) == "string" and err:match("interrupted!$") then return "quitting"; end -- cgit v1.2.3