File tree 1 file changed +2
-2
lines changed
modules/DependencyControl 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class FileOps
168
168
mode, err = FileOps . attributes target, " mode"
169
169
if mode == " file"
170
170
unless overwrite
171
- return false , msg . move. exists\ format source, target, mode
171
+ return false , msgs . move. exists\ format source, target, mode
172
172
FileOps . logger\ trace msgs. move. overwritingFile, target
173
173
res, _, err = FileOps . remove target
174
174
unless res
@@ -281,7 +281,7 @@ class FileOps
281
281
path = path\ gsub " [\\ /]+" , pathMatch. sep
282
282
-- check length
283
283
if # path > pathMatch. maxLen
284
- return false , msgs. validateFullPath. tooLong\ format # path, maxLen
284
+ return false , msgs. validateFullPath. tooLong\ format # path, pathMatch . maxLen
285
285
-- check for invalid characters
286
286
invChar = path\ match pathMatch. invalidChars, ffi. os == " Windows" and 3 or nil
287
287
if invChar
You can’t perform that action at this time.
0 commit comments