diff options
-rw-r--r-- | script/core/noder.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua index 25c2d014..b13c9763 100644 --- a/script/core/noder.lua +++ b/script/core/noder.lua @@ -1199,6 +1199,7 @@ compileNodeMap = util.switch() f(noders, id, source) end end) + : getMap() ---@param noders noders ---@param source parser.guide.object @@ -1426,6 +1427,6 @@ files.watch(function (ev, uri) end end) -require 'tracy'.enable() +--require 'tracy'.enable() return m |