File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
<!-- Add all new changes here. They will be moved under a version at release -->
5
5
* ` FIX ` incorrect argument skip pattern for ` --check_out_path= ` , which incorrectly skips the next argument
6
6
* ` FIX ` reimplement section ` luals.config ` in file doc.json
7
+ * ` FIX ` remove extra ` ./ ` path prefix in the check report when using ` --check=. `
7
8
8
9
## 3.13.6
9
10
` 2025-2-6 `
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ function export.runCLI()
187
187
return
188
188
end
189
189
190
- local rootPath = fs .absolute (fs .path (CHECK_WORKER )):string ()
190
+ local rootPath = fs .canonical (fs .path (CHECK_WORKER )):string ()
191
191
local rootUri = furi .encode (rootPath )
192
192
if not rootUri then
193
193
print (lang .script (' CLI_CHECK_ERROR_URI' , rootPath ))
You can’t perform that action at this time.
0 commit comments