diff options
-rw-r--r-- | test/full/projects.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/full/projects.lua b/test/full/projects.lua index f59ad994..84a20c0d 100644 --- a/test/full/projects.lua +++ b/test/full/projects.lua @@ -13,6 +13,9 @@ local function doProjects(pathname) files.removeAll() local path = fs.path(pathname) + if not fs.exists(path) then + return + end print('基准诊断目录:', path) fsu.scanDirectory(path, function (path) |