File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function M.reload(node, status)
26
26
return
27
27
end
28
28
29
- local ps = log .profile_start (" reload %s" , cwd )
29
+ local ps = log .profile_start (" reload %s" , node . absolute_path )
30
30
31
31
if node .group_next then
32
32
node .nodes = { node .group_next }
@@ -113,13 +113,13 @@ function M.reload(node, status)
113
113
node .group_next = child_folder_only
114
114
local ns = M .reload (child_folder_only , status )
115
115
node .nodes = ns or {}
116
- log .profile_end (ps , " reload %s" , cwd )
116
+ log .profile_end (ps , " reload %s" , node . absolute_path )
117
117
return ns
118
118
end
119
119
120
120
sorters .merge_sort (node .nodes , sorters .node_comparator )
121
121
live_filter .apply_filter (node )
122
- log .profile_end (ps , " reload %s" , cwd )
122
+ log .profile_end (ps , " reload %s" , node . absolute_path )
123
123
return node .nodes
124
124
end
125
125
You can’t perform that action at this time.
0 commit comments