You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug('applying pattern: %s to file: %s',linkset.pattern,file)
272
+
debug('Applying pattern: "%s" to file: "%s"',linkset.pattern,file)
275
273
276
274
letppath
277
275
@@ -292,7 +290,7 @@ function permalinks(options) {
292
290
293
291
// invalid on Windows, but best practice not to use them anyway
294
292
if(newRegExp(invalidPathChars).test(ppath)){
295
-
constmsg=`Filepath "${file}" contains invalid filepath characters (one of :|<>"*?) after resolving as linkset pattern "${linkset.pattern}"`
293
+
constmsg=`Permalink "${ppath}" for file "${file}" contains invalid filepath characters (one of :|<>"*?) after resolution with linkset pattern "${linkset.pattern}"`
296
294
debug.error(msg)
297
295
returndone(newError(msg))
298
296
}
@@ -315,6 +313,8 @@ function permalinks(options) {
315
313
316
314
deletefiles[file]
317
315
files[out]=data
316
+
317
+
debug('Moved file "%s" to "%s" (permalink = "%s")',file,out,data.permalink)
0 commit comments