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 fb99634 commit f234abfCopy full SHA for f234abf
src/resources/filters/ast/runemulation.lua
@@ -71,7 +71,7 @@ local function run_emulated_filter_chain(doc, filters, afterFilterPass, profilin
71
-- We don't seem to need coverage for profiling
72
-- luacov: disable
73
if profiling then
74
- profiler.category = v.name
+ profiler.setcategory(v.name)
75
end
76
-- luacov: enable
77
0 commit comments