Skip to content

Commit 689b1d5

Browse files
committed
Revert "fix: remove extra ./ prefix in check report when using --check=."
This reverts commit 55a7c82.
1 parent dc4c9f2 commit 689b1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cli/check_worker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function export.runCLI()
187187
return
188188
end
189189

190-
local rootPath = fs.canonical(fs.path(CHECK_WORKER)):string()
190+
local rootPath = fs.absolute(fs.path(CHECK_WORKER)):string()
191191
local rootUri = furi.encode(rootPath)
192192
if not rootUri then
193193
print(lang.script('CLI_CHECK_ERROR_URI', rootPath))

0 commit comments

Comments
 (0)