Get a failed path
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user