mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-22 23:30:13 +01:00
jobloading errormessage
This commit is contained in:
parent
2350c5a04b
commit
123a8b06b2
@ -178,7 +178,8 @@ public class JobBoss : GlobalBase
|
|||||||
throw;
|
throw;
|
||||||
Log(e.Message);
|
Log(e.Message);
|
||||||
string newName = file.FullName + ".failed";
|
string newName = file.FullName + ".failed";
|
||||||
Log($"Failed loading file {file.Name}.\nMoving to {newName}");
|
Log($"Failed loading file {file.Name}.\nMoving to {newName}.\n" +
|
||||||
|
$"If you think this is a bug, upload contents of the file to the Bugreport!");
|
||||||
File.Move(file.FullName, newName);
|
File.Move(file.FullName, newName);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user