We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953e9a0 commit 77e2bbcCopy full SHA for 77e2bbc
SlideshowSettings.lua
@@ -256,7 +256,7 @@ function update_image_list(dir)
256
local output = assert(io.open(script_path() .. 'images/images.js', "w"))
257
local files = assert(io.popen('dir "'..dir..'" /b'))
258
output:write('let imageNamesStr=`\n')
259
- imageCount = 0
+ local imageCount = 0
260
261
for line in files:lines() do
262
output:write(line .. "\n")
0 commit comments