mirror of
https://github.com/TangentFoxy/lurker.git
synced 2025-12-17 09:26:42 +00:00
Removed stray ' in print string
This commit is contained in:
@@ -211,7 +211,7 @@ function lurker.hotswapfile(f)
|
|||||||
lurker.exiterrorstate()
|
lurker.exiterrorstate()
|
||||||
end
|
end
|
||||||
if lurker.preswap(f) then
|
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)
|
lurker.resetfile(f)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user