Skip to content

Commit fb99634

Browse files
committed
[bug] lua profiler - fix typo
1 parent 4cfeaf0 commit fb99634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/ast/runemulation.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ local function emulate_pandoc_filter(filters, afterFilterPass)
141141
profiler = require('profiler')
142142
end
143143
pandoc.system.with_temporary_directory("temp", function(tmpdir)
144-
profiler.start(tmpdir .. "/prof.txt", tonumber(option("lua-profile-interval-ms", "5")))
144+
profiler.start(tmpdir .. "/prof.txt", tonumber(option("lua-profiler-interval-ms", "5")))
145145
doc = run_emulated_filter_chain(doc, filters, afterFilterPass, profiling)
146146
profiler.stop()
147147
-- os.execute("cp " .. tmpdir .. "/prof.txt /tmp/prof.out")

0 commit comments

Comments
 (0)