diff options
Diffstat (limited to 'script/workspace/workspace.lua')
-rw-r--r-- | script/workspace/workspace.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/workspace/workspace.lua b/script/workspace/workspace.lua index 91923bb8..26c3a3b2 100644 --- a/script/workspace/workspace.lua +++ b/script/workspace/workspace.lua @@ -332,6 +332,8 @@ function m.findUrisByFilePath(path) return results end +---@param path string +---@return string function m.normalize(path) if not path then return nil |