Skip to content

Commit

Permalink
Chore: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hankertrix committed Dec 26, 2024
1 parent 9250fed commit 4a1512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a1512f

Please sign in to comment.