Skip to content

Commit 9245fb2

Browse files
committed
update meta
1 parent b4405b3 commit 9245fb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/meta/bee/filesystem.lua

+6
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,10 @@ end
112112
function fs.current_path()
113113
end
114114

115+
---@param path fs.path
116+
---@param base fs.path
117+
---@return fs.path
118+
function fs.relative(path, base)
119+
end
120+
115121
return fs

0 commit comments

Comments
 (0)