From 4a1512f382fd5f3a78e7df0d0e050ef2715790fb Mon Sep 17 00:00:00 2001 From: hankertrix <91734413+hankertrix@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:55:53 +0800 Subject: [PATCH] Chore: Fix comment --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 12c97a5..2612d76 100644 --- a/init.lua +++ b/init.lua @@ -1104,7 +1104,7 @@ local function retry_extractor( local output, err = extractor_function(password, config) -- If there is no output - -- then return false, the error code as a string, + -- then return false, the error as a string, -- nil for the output, and nil for the password if not output then return false, tostring(err), nil, nil end