fix stack traces

This commit is contained in:
MihailRis
2025-04-20 13:10:26 +03:00
parent 32af745eb9
commit 05ddffb5c9
4 changed files with 20 additions and 10 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
local export = {}
local export = {
filenames = {},
classification = {}
}
local function collect_components(dirname, dest)
if file.isdir(dirname) then