diff -r 4c7122a505d4 -r 2f927eae429b handlers/copy.lua --- a/handlers/copy.lua Sun Sep 06 21:24:39 2020 +0300 +++ b/handlers/copy.lua Sun Sep 06 22:12:52 2020 +0300 @@ -2,6 +2,7 @@ --@module handlers.copy local path=require("mypath") +local lfs=require("lfs") local handlers_copy={}