From 61c5779774981d3b735ef5bafdbbc5773c42b80f Mon Sep 17 00:00:00 2001 From: rxi Date: Wed, 4 Mar 2015 20:17:48 +0000 Subject: [PATCH] Removed stray `'` in print string --- lurker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lurker.lua b/lurker.lua index ae5c535..fe3073d 100644 --- a/lurker.lua +++ b/lurker.lua @@ -211,7 +211,7 @@ function lurker.hotswapfile(f) lurker.exiterrorstate() end if lurker.preswap(f) then - lurker.print("Hotswap of '{1}' aborted by preswap'", {f}) + lurker.print("Hotswap of '{1}' aborted by preswap", {f}) lurker.resetfile(f) return end