From b4eed8099cc3e3f445fb97f882ad207b0148abac 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 1805e5b2..c3dd979a 100755 --- a/prosody +++ b/prosody @@ -302,7 +302,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