File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
245245end
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 )
276276end
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 )
307307end
308308
You can’t perform that action at this time.
0 commit comments