Get a failed path

This commit is contained in:
2023-04-17 19:03:11 +01:00
parent ee636a29ac
commit a2e22c357a

View File

@ -30,7 +30,7 @@ namespace isn
var report = new PushReport var report = new PushReport
{ {
PkgName = fi.Name, PkgName = fi.Name,
Message = "Le fichier n'existe pas" Message = "Le fichier n'existe pas : " + fi.FullName
}; };
return report; return report;
} }