Skip to content

Commit b3f0e54

Browse files
committed
fix
1 parent 7970a7b commit b3f0e54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎lua/leetcode/command/init.lua‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function cmd.random_blind_75()
240240
local Question = require("leetcode-ui.question")
241241
Question(question):mount()
242242

243-
log.info("Random question : " .. random_index "/75")
243+
log.info("Random question : " .. random_index .. "/75")
244244
end)
245245
end
246246

@@ -271,7 +271,7 @@ function cmd.random_leetcode_75()
271271
local Question = require("leetcode-ui.question")
272272
Question(question):mount()
273273

274-
log.info("Random question : " .. random_index "/75")
274+
log.info("Random question : " .. random_index .. "/75")
275275
end)
276276
end
277277

@@ -302,7 +302,7 @@ function cmd.random_top_interview_150()
302302
local Question = require("leetcode-ui.question")
303303
Question(question):mount()
304304

305-
log.info("Random question : " .. random_index "/150")
305+
log.info("Random question : " .. random_index .. "/150")
306306
end)
307307
end
308308

0 commit comments

Comments
 (0)